UNPKG

@apollographql/graphql-language-service-types

Version:

Types for building GraphQL language services for IDEs

36 lines (24 loc) 604 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); // GraphQL Language Service related types /** * Copyright (c) Facebook, Inc. * All rights reserved. * * This source code is licensed under the license found in the * LICENSE file in the root directory of this source tree. * * */ var FileChangeTypeKind = exports.FileChangeTypeKind = { Created: 1, Changed: 2, Deleted: 3 }; // Outline view // Below are basically a copy-paste from Nuclide rpc types for definitions. // Definitions/hyperlink // online-parser related // Cache and config-related.