Преглед изворни кода

fix(graphql): add implements to keywords

Pavel Lang пре 6 година
родитељ
комит
4ab50c667e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/graphql/graphql.ts

+ 1 - 1
src/graphql/graphql.ts

@@ -45,7 +45,7 @@ export const language = <ILanguage>{
 		'null', 'true', 'false',
 		'query', 'mutation', 'subscription',
 		'extend', 'schema', 'directive',
-		'scalar', 'type', 'interface', 'union', 'enum', 'input',
+		'scalar', 'type', 'interface', 'union', 'enum', 'input', 'implements',
 		'fragment', 'on',
 	],