I’m using .Net nuget package on Win10 platform and GraphQL to access the same DB on a web app.
After I add a new field in a RealmObject class and run, the field will be added to DB automatically.
But the GraphQL interface seems cached and return the error Message: Cannot query field “<>” on type “<>”
I’ve tried to set a new FullSyncConfiguration.SchemaVersion in .NET but it still doesn’t work.
How do I update the schema on GraphQL side? Thanks
@Ian_Ward is this still the recommended approach? Those docs are not the latest version, I don’t understand how to make the call as your link suggests and I can’t find anything about this for the current latest version of realm.