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
According to this spec: graphql/graphql-spec#373 it is possible for interface to implement other interface. However, when I try to do so, no schema seems to be generated. {"errors":[{"message":"GraphQL middleware options must contain a schema."}]}
Is this not supported yet, or I'm doing it wrong ?
According to this spec: graphql/graphql-spec#373 it is possible for interface to implement other interface. However, when I try to do so, no schema seems to be generated.
{"errors":[{"message":"GraphQL middleware options must contain a schema."}]}
Is this not supported yet, or I'm doing it wrong ?
This fails
While this works
The text was updated successfully, but these errors were encountered: