Open
Description
I tried to load a generated schema and graphql-faker failed with:
> npx graphql-faker my_schema.gql
Your schema constains 2 validation errors:
Unknown directive "specifiedBy".
my_schema.gql:369:19
368 | """
369 | scalar JSONObject @specifiedBy(url: "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf")
| ^
370 |
Unknown directive "specifiedBy".
my_schema.gql:528:32
527 | """
528 | scalar ProseMirrorJSONDocument @specifiedBy(url: "https://prosemirror.net/docs/ref/#model.Document_Structure")
| ^
529 |
Offending definitions:
"""
The `JSONObject` scalar type represents JSON objects as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).
"""
scalar JSONObject @specifiedBy(url: "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf")
"""
The `ProseMirrorJSONDocument` scalar type represents JSON data for [ProseMirror Documents](https://prosemirror.net/docs/ref/#model.Document_Structure).
"""
scalar ProseMirrorJSONDocument @specifiedBy(url: "https://prosemirror.net/docs/ref/#model.Document_Structure")
Metadata
Metadata
Assignees
Labels
No labels