Hi,
Since the update to webonyx/graphql-php v15, the category property is missing from extensions node in response.
The lib has removed the category node ( see upgrade guide v14 -> v15), which means documentation shows wrong examples and Exceptions in Graphqlite library still have the category getter/setter.
What should be done about that ?
Manually adding back the category in WebonyxErrorHandler or totally removing it everywhere ?
Hi,
Since the update to webonyx/graphql-php v15, the
categoryproperty is missing fromextensionsnode in response.The lib has removed the
categorynode ( see upgrade guide v14 -> v15), which means documentation shows wrong examples and Exceptions in Graphqlite library still have the category getter/setter.What should be done about that ?
Manually adding back the category in
WebonyxErrorHandleror totally removing it everywhere ?