This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
Enhancements
- Allow overriding the generated model names to avoid clashes with existing classes. The override properties are
collectionModelSuffix
,inputModelSuffix
,namedSubscriptionModelName
, andbase64ModelName
on theGraphQLServiceSettings
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).