More Realm GraphQL schema generation customization – GraphQL
I have a few things I have thought of that would make using the GraphQL schema generated by Realm more usable:
- Ability to create a nested schema based on collection relationships (addresses nested inside user object even if these are stored in separate collections
- Custom resolvers should be added to GraphQL schema generated
- Offer the ability to hide certain types of fields from being generated in schema like “OR” and “AND”. I use ReScript with Apollo GraphQL client and in ReScript these fields named OR and AND cause some annoying problems.
Read more here: Source link