When accessing a Realm with an empty schema via the GraphiQL explorer the service responds with the following error:
"Invalid options provided to ApolloServer: Syntax Error: Expected Name, found }"
This is probably because the empty Realm and therefore the empty schema results in an unexpected ApolloServer configuration. When building an app that supports a web-first flow we cannot assume that the realm already has a schema.
When accessing a Realm with an empty schema via the GraphiQL explorer the service responds with the following error:
This is probably because the empty Realm and therefore the empty schema results in an unexpected ApolloServer configuration. When building an app that supports a web-first flow we cannot assume that the realm already has a schema.