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
GraphQLNullable
From community topic https://community.apollographql.com/t/ios-1-0-graphqlnullable-null-coalescing/4681/1.
For something like:
let cursor: String? = "blah" let query: Query = Query(pagination: Pagination(before: cursor ?? .none))
I keep getting the following error:
Cannot convert value of type ‘String?’ to expected argument type ‘GraphQLNullable’
The text was updated successfully, but these errors were encountered:
See Pocket/pocket-ios#277 for a reproducible sample.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
From community topic https://community.apollographql.com/t/ios-1-0-graphqlnullable-null-coalescing/4681/1.
For something like:
I keep getting the following error:
The text was updated successfully, but these errors were encountered: