realm / realm-graphql-service

GraphQL service for Realm Object Server
https://realm.io
Apache License 2.0
43 stars 10 forks source link

Allow GraphQL configuration via the configuration Realm #87

Closed nirinchev closed 5 years ago

nirinchev commented 5 years ago

Requested by a user and technically not super challenging. It also makes sense, as none of the config options are something that needs to be set once and for all.

bmunkholm commented 5 years ago

@nirinchev Estimate?

nirinchev commented 5 years ago

Exposing the API should be doable in less than a day. A follow up would be a studio/cloud portal UI to actually consume the API. Technically, impatient users can use Studio to directly edit the content of the configuration Realm, so even without a UI, the feature could be useful.