John O'Reilly
07/11/2022, 5:22 PMextra.graphqls: (36, 30): Unknown argument `field` on directive 'nonnull'
The section it's referring to is as follows....was there change made related to this?
extend type Episode @nonnull(field: """
id
name
air_date
episode
characters
created
""")
3.3.0
so could be related to change between that and 3.4.0
mbonnin
07/11/2022, 5:27 PMfields
instead of field
extend type Episode @nonnull(fields: """
id
name
air_date
episode
characters
created
""")
John O'Reilly
07/11/2022, 5:32 PMfields
but had typo in this onembonnin
07/11/2022, 5:33 PM