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
{{ message }}
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
Results in this error: {"graphQLErrors":[],"networkError":{"name":"ServerParseError","response":{},"statusCode":500,"bodyText":"Invalid options provided to ApolloServer: The schema for Realm at path /5eb82c6cf6e0750f9ebf556b/recipes is empty."},"message":"Network error: Unexpected token I in JSON at position 0"}
Unless I manually enter the schema.
Do I need to create all Realms and set schema via the server before interacting with them via client?
The text was updated successfully, but these errors were encountered:
Is it possible to set schema from the client?
Running a basic mutation such as:
Results in this error:
{"graphQLErrors":[],"networkError":{"name":"ServerParseError","response":{},"statusCode":500,"bodyText":"Invalid options provided to ApolloServer: The schema for Realm at path /5eb82c6cf6e0750f9ebf556b/recipes is empty."},"message":"Network error: Unexpected token I in JSON at position 0"}
Unless I manually enter the schema.
Do I need to create all Realms and set schema via the server before interacting with them via client?
The text was updated successfully, but these errors were encountered: