Sha256: 1593fb6ad036c5aa1a70231b91056119a470ce3cbc24d7d2f17280218e6d9fb1

Contents?: true

Size: 1.46 KB

Versions: 26

Compression:

Stored size: 1.46 KB

Contents

'use strict';

Object.defineProperty(exports, '__esModule', {
  value: true,
});
exports.DirectiveLocation = void 0;

/**
 * The set of allowed directive location values.
 */
var DirectiveLocation;
exports.DirectiveLocation = DirectiveLocation;

(function (DirectiveLocation) {
  DirectiveLocation['QUERY'] = 'QUERY';
  DirectiveLocation['MUTATION'] = 'MUTATION';
  DirectiveLocation['SUBSCRIPTION'] = 'SUBSCRIPTION';
  DirectiveLocation['FIELD'] = 'FIELD';
  DirectiveLocation['FRAGMENT_DEFINITION'] = 'FRAGMENT_DEFINITION';
  DirectiveLocation['FRAGMENT_SPREAD'] = 'FRAGMENT_SPREAD';
  DirectiveLocation['INLINE_FRAGMENT'] = 'INLINE_FRAGMENT';
  DirectiveLocation['VARIABLE_DEFINITION'] = 'VARIABLE_DEFINITION';
  DirectiveLocation['SCHEMA'] = 'SCHEMA';
  DirectiveLocation['SCALAR'] = 'SCALAR';
  DirectiveLocation['OBJECT'] = 'OBJECT';
  DirectiveLocation['FIELD_DEFINITION'] = 'FIELD_DEFINITION';
  DirectiveLocation['ARGUMENT_DEFINITION'] = 'ARGUMENT_DEFINITION';
  DirectiveLocation['INTERFACE'] = 'INTERFACE';
  DirectiveLocation['UNION'] = 'UNION';
  DirectiveLocation['ENUM'] = 'ENUM';
  DirectiveLocation['ENUM_VALUE'] = 'ENUM_VALUE';
  DirectiveLocation['INPUT_OBJECT'] = 'INPUT_OBJECT';
  DirectiveLocation['INPUT_FIELD_DEFINITION'] = 'INPUT_FIELD_DEFINITION';
})(DirectiveLocation || (exports.DirectiveLocation = DirectiveLocation = {}));
/**
 * The enum type representing the directive location values.
 *
 * @deprecated Please use `DirectiveLocation`. Will be remove in v17.
 */

Version data entries

26 entries across 26 versions & 1 rubygems

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