Closed denisyilmaz closed 2 years ago
Currently GraphQL fails while querying for single-cat fields as it does not expect the CategoryInterface but rather a String. I included the getContentGqlType() from the native categories fields from CraftCMS 3.4.16 and its working for Queries.
CategoryInterface
String
getContentGqlType()
CraftCMS 3.4.16
any possibility to merge this?
Any chance this can be merged?
Thanks for this! I've manually merged this in with some other major refactoring for Craft 3.
Currently GraphQL fails while querying for single-cat fields as it does not expect the
CategoryInterface
but rather aString
. I included thegetContentGqlType()
from the native categories fields fromCraftCMS 3.4.16
and its working for Queries.