Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decide how to create a wrapper for the graphql api #1

Open
Erik1000 opened this issue Aug 13, 2021 · 0 comments
Open

Decide how to create a wrapper for the graphql api #1

Erik1000 opened this issue Aug 13, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Erik1000
Copy link
Member

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.

@Erik1000 Erik1000 added enhancement New feature or request help wanted Extra attention is needed labels Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant