You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kavink GraphQL doesn't specify any particular ways of grouping mutations or subscriptions. There is an interesting discussion on it here: graphql/graphql-spec#376
Generally it's not useful to try and map traditional CRUD api endpoints to a GraphQL api. Mutations end up being very specific to a particular use case and so are difficult to group anyway.
As I add more models to query/mutations and subscriptions, would be great to group them by tags or something, Same way as Swagger does.
Wondering if Graphql and by extension Graphene allows it to do ? And how to do it.
The text was updated successfully, but these errors were encountered: