fix(graphql): add implements to keywords

pull/2748/head
Pavel Lang 6 years ago
parent 1ff4648d05
commit 4ab50c667e
No known key found for this signature in database
GPG Key ID: 623A223A57974B55

@ -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',
],

Loading…
Cancel
Save