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
Can you please provide an example of how to write a query that isn't using the @fromJsonApi annotation. We see we can override typeDefs through the resolverMap, but when we create a custom query like...
type Query {
colony_menu(id: String!): Menu
}
when we add custom resolvers we get the error 0|contenta | Error: colony_menu defined in resolvers, but not in schema
Can you please provide an example of how to write a query that isn't using the @fromJsonApi annotation. We see we can override typeDefs through the resolverMap, but when we create a custom query like...
when we add custom resolvers we get the error
0|contenta | Error: colony_menu defined in resolvers, but not in schema
we tried two type of resolvers with
The text was updated successfully, but these errors were encountered: