[Trello|https://trello.com/c/alyYC0Dc/98-as-a-developer-i-want-the-ability-to-map-my-schema-queries-and-mutations-to-my-data-source-via-a-ui-such-that-i-can-configure-sp]
This Epic contains JIRAs to implement the Resolver Mappings in the Schema Editor.
The mockups can be found here: https://redhat.invisionapp.com/share/SVMB0QW6MR9#/screens
Especially relevant is this one: https://redhat.invisionapp.com/share/SVMB0QW6MR9#/screens/305424877
This dialog allows you to add a request and response resolver to any field in the structure view. Requests resolvers are the traditional GraphQL resolvers that specify how to resolve a given type or property. Response resolvers are handlebars templates that allow you to format the response in a way so that it is usable for GraphQl.
More info can be found here: https://github.com/aerogear/proposals/blob/sync-proposal/sync/server.md (or in the Proposal in General). |
|