-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
I don't know how to provide a smooth library design and still keep the advantages of graphql. For example, graphql enables to select the fields the client is interested in the response to save bandwidth. However, which fields are needed is application specific and can't be covered by the library. Basically we can't provide response types.
The idea is to use this graphql client library. A option is to provide input types, scalar types. The biggest question is how to abstract the crypto part.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed