Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

3.5.0

Latest
Compare
Choose a tag to compare
@nirinchev nirinchev released this 19 Dec 11:29
· 3 commits to master since this release

Enhancements

  • Allow overriding the generated model names to avoid clashes with existing classes. The override properties are collectionModelSuffix, inputModelSuffix, namedSubscriptionModelName, and base64ModelName on the GraphQLServiceSettings interface.

Compatibility

  • Compatible with Realm Object Server releases from 3.12.0 or later.

Known notable issues

  • Support for using query-based Realms is in beta and while the API is stable, there may be corner cases that are not well covered.
  • Linking to a class that contains no properties will result in GraphQL errors claiming that it can't find that class. The workaround is to add at least one property to the class (this can be done either via any of the native SDKs or Studio).