Browse Source

fix(graphql): add implements to keywords

Pavel Lang 6 năm trước cách đây
mục cha
commit
4ab50c667e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',
 	],