We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aeed97 commit bdf3ec9Copy full SHA for bdf3ec9
graphql-api-generator/utils/utils.py
@@ -1221,6 +1221,7 @@ def print_schema_with_directives(schema):
1221
:return string:
1222
"""
1223
manual_directives = {
1224
+ 'directive': 'directive @export(as: String!) on FIELD',
1225
'required': 'directive @required on FIELD_DEFINITION',
1226
'key': 'directive @key(fields: [String!]!) on OBJECT | INPUT_OBJECT',
1227
'distinct': 'directive @distinct on FIELD_DEFINITION | INPUT_FIELD_DEFINITION',
0 commit comments