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
W.r.t #101, what's the equivalent schema datatype for Set? I am using GraphQL for Java. Thanks.
The text was updated successfully, but these errors were encountered:
@khteh Same as JSON you can use arrays to represent Set.
Set
I am using GraphQL for Java.
If you want more details on how to do this Java please ask a question on StackOverflow or in the repo of graphql library that you are using.
Sorry, something went wrong.
No branches or pull requests
W.r.t #101, what's the equivalent schema datatype for Set? I am using GraphQL for Java. Thanks.
The text was updated successfully, but these errors were encountered: