File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
graphql-api-generator/utils Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -955,12 +955,12 @@ def print_schema_with_directives(schema):
955
955
956
956
957
957
manual_directives = {'key' :'directive @key(fields: [String!]!) on OBJECT | INPUT_OBJECT' ,\
958
- 'distinct' :'directive @distinct on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION ' ,\
959
- 'noloops' :'directive @noloops on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION ' ,\
960
- 'requiredForTarget' :'directive @requiredForTarget on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION ' ,\
961
- 'uniqueForTarget' :'directive @uniqueForTarget on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION ' ,\
962
- '_requiredForTarget_AccordingToInterface' :'directive @_requiredForTarget_AccordingToInterface(interface: String!) on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION ' ,\
963
- '_uniqueForTarget_AccordingToInterface' :'directive @_uniqueForTarget_AccordingToInterface(interface: String!) on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION ' \
958
+ 'distinct' :'directive @distinct on FIELD_DEFINITION | INPUT_FIELD_DEFINITION' ,\
959
+ 'noloops' :'directive @noloops on FIELD_DEFINITION | INPUT_FIELD_DEFINITION' ,\
960
+ 'requiredForTarget' :'directive @requiredForTarget on FIELD_DEFINITION | INPUT_FIELD_DEFINITION' ,\
961
+ 'uniqueForTarget' :'directive @uniqueForTarget on FIELD_DEFINITION | INPUT_FIELD_DEFINITION' ,\
962
+ '_requiredForTarget_AccordingToInterface' :'directive @_requiredForTarget_AccordingToInterface(interface: String!) on FIELD_DEFINITION | INPUT_FIELD_DEFINITION' ,\
963
+ '_uniqueForTarget_AccordingToInterface' :'directive @_uniqueForTarget_AccordingToInterface(interface: String!) on FIELD_DEFINITION | INPUT_FIELD_DEFINITION' \
964
964
}
965
965
966
966
output = ''
You can’t perform that action at this time.
0 commit comments