Sha256: de21641eb8edcbc08dd0db4ee70eea907cd07fe72267340b5571c92647f10a77

Contents?: true

Size: 993 Bytes

Versions: 26

Compression:

Stored size: 993 Bytes

Contents

/**
 * The set of allowed directive location values.
 */
declare enum DirectiveLocation {
  /** Request Definitions */
  QUERY = 'QUERY',
  MUTATION = 'MUTATION',
  SUBSCRIPTION = 'SUBSCRIPTION',
  FIELD = 'FIELD',
  FRAGMENT_DEFINITION = 'FRAGMENT_DEFINITION',
  FRAGMENT_SPREAD = 'FRAGMENT_SPREAD',
  INLINE_FRAGMENT = 'INLINE_FRAGMENT',
  VARIABLE_DEFINITION = 'VARIABLE_DEFINITION',
  /** Type System Definitions */
  SCHEMA = 'SCHEMA',
  SCALAR = 'SCALAR',
  OBJECT = 'OBJECT',
  FIELD_DEFINITION = 'FIELD_DEFINITION',
  ARGUMENT_DEFINITION = 'ARGUMENT_DEFINITION',
  INTERFACE = 'INTERFACE',
  UNION = 'UNION',
  ENUM = 'ENUM',
  ENUM_VALUE = 'ENUM_VALUE',
  INPUT_OBJECT = 'INPUT_OBJECT',
  INPUT_FIELD_DEFINITION = 'INPUT_FIELD_DEFINITION',
}
export { DirectiveLocation };
/**
 * The enum type representing the directive location values.
 *
 * @deprecated Please use `DirectiveLocation`. Will be remove in v17.
 */
export declare type DirectiveLocationEnum = typeof DirectiveLocation;

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
clapton-0.0.26 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.25 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.24 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.23 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.22 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.21 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.20 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.19 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.18 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.17 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.16 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.15 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.14 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.13 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.12 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.11 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.10 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.9 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.8 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts
clapton-0.0.7 lib/clapton/javascripts/node_modules/graphql/language/directiveLocation.d.ts