Custom GraphQL Schema for MongoDB Realm
Dear MongoDb GraphQl Stitch developers,
Is it possible to add an ability to modify the final GraphQl schema (in order to remove unnecessary for my API stuff)
OR
Build it based on existed roles?
For example, Im building a "read only" GraphQl API and have NO roles that can actually modify the data. So I find it illogically to have mutations in the Final GraphQl schema.
It would be great to have an ability to choose which exactly mutations/queries I need for my GraphQl.
Thank you.

-
Marco commented
+1
I would be nice to have the ability to just add custom resolver, without the generated queries and mutations. At least the possibility to remove some of the generated queries/mutations would be nice.
-
bolokos commented
+1
I would also like this ability which should make it possible to customise the schema and add our own custom types and allow the use of GraphQL features such as unions which the internal conversion of Realm schemas + custom resolvers => GraphQL schema do not provide / support.
for example:
https://developer.mongodb.com/community/forums/t/realm-schema-for-different-object-types-in-array/102497