Ian
My feedback
7 results found
-
24 votes
An error occurred while saving the comment Ian supported this idea ·
-
86 votes
Ian supported this idea ·
-
96 votes
Full-text search is rolled out to the Realm SDKs! For more information please see the following blog post:
https://www.mongodb.com/developer/products/realm/full-text-search-mobile-app-mongodb-realm/
Ian supported this idea ·
-
47 votes
Ian supported this idea ·
-
43 votes
Ian supported this idea ·
-
4 votes
Ian supported this idea ·
-
30 votes
Ian supported this idea ·
Not being able to create or customise the GraphQL schema currently prevents implementing some handling such as being able to declare a Union of types. E.g.
union Media = Book | Movie
It also means we can't make small edits without having to first write a JSON schema somewhere (for input types, payload types, or data types).
In addition it generally makes for a very unnecessarily large GraphQL Schema whereas you may only require a tiny fraction of what is auto generated. In many cases it is much more efficient to be able to create your own. I appreciate the auto generating option which may help in some cases but I think it's really important to be able to turn that off and have finer control of your GraphQL server in other cases. This will open it up to many more use cases.