We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This task depends on #8
It can also be useful to use resolver to flatten the structure:
{ from_string to_string }
instead of
{ from { string } to { string } }
It will make possible to do something like this with aliases:
{ TrackName: from_string DownloadsCount: to_string }
And the user will be able to get JSON with this structure:
{ "TrackName": "GANGNAM STYLE", "DownloadsCount": "4163140300" }
But, this can overcomplicate the API, so https://github.com/APIs-guru/graphql-lodash can be a better client-side solution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This task depends on #8
It can also be useful to use resolver to flatten the structure:
instead of
It will make possible to do something like this with aliases:
And the user will be able to get JSON with this structure:
But, this can overcomplicate the API, so https://github.com/APIs-guru/graphql-lodash can be a better client-side solution.
The text was updated successfully, but these errors were encountered: