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
define a simple input struct
input A { slices:[Int] } mutation { create(input:A) }
its will panic of nil pointer.
mutation { A(slices:null) {slices} }
question 1:
The text was updated successfully, but these errors were encountered:
1. fix bug: 99designs#110
e38cb49
Merge pull request #111 from imiskolee/master
e1fd79f
1. fix bug: #110
5f43ec5
Merge pull request 99designs#111 from imiskolee/master
39c0e9a
No branches or pull requests
define a simple input struct
its will panic of nil pointer.
question 1:
The text was updated successfully, but these errors were encountered: