From 23563c7188e089929b60f9e10721c6fc43a220ff Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Thu, 22 Jun 2023 23:06:12 +0200 Subject: Updated 15 files, added includes/maintenance/deleteUnusedAssets.php and deleted 4944 files (automated) --- .../graphql/language/directiveLocation.mjs | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 includes/external/school/node_modules/graphql/language/directiveLocation.mjs (limited to 'includes/external/school/node_modules/graphql/language/directiveLocation.mjs') diff --git a/includes/external/school/node_modules/graphql/language/directiveLocation.mjs b/includes/external/school/node_modules/graphql/language/directiveLocation.mjs deleted file mode 100644 index 82823b7..0000000 --- a/includes/external/school/node_modules/graphql/language/directiveLocation.mjs +++ /dev/null @@ -1,29 +0,0 @@ -/** - * The set of allowed directive location values. - */ -export var DirectiveLocation = Object.freeze({ - // 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' -}); -/** - * The enum type representing the directive location values. - */ -- cgit