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
I just want to do a graphql mutation query on the default realm which is a query-sync realm (type reference). However, I can't do this using the realm-graphql-client.
I can, however, do this mutation query using Realm Studio GraphiQL.
I can also do this on an older instance
Finally, I also tried creating a new realm and making it a reference realm (using an older realm studio version) and got the same error.
Expected Results
The mutation query works as expected using the realm graphql client.
Actual Results
I get an http 500 error:
Invalid options provided to ApolloServer: Only 'manual' resync mode is supported for query-based sync.
Steps to Reproduce
Steps:
Create a new instance
Create schema for the /default realm which is a reference realm
Create a GraphQLConfig with isQueryBasedSync set to true
Try to do a mutation query (any query) using the configured client.
Goals
I just want to do a graphql mutation query on the default realm which is a query-sync realm (type reference). However, I can't do this using the realm-graphql-client.
I can, however, do this mutation query using Realm Studio GraphiQL.
I can also do this on an older instance
Finally, I also tried creating a new realm and making it a reference realm (using an older realm studio version) and got the same error.
Expected Results
The mutation query works as expected using the realm graphql client.
Actual Results
I get an http 500 error:
Steps to Reproduce
Steps:
/defaultrealm which is a reference realmGraphQLConfigwithisQueryBasedSyncset to trueVersion of Realm and Tooling