Skip to content

Added support for parsing null value literals #74

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

Merged

Conversation

nicholaslythall
Copy link

Null value literals can now be parsed in queries

{ fieldWithArg(arg: null) }

And in type definitions

type SomeType {
  fieldWithDefaultArg(arg: String = null): String
}

Added tests for parsing field arguments
Added tests for parsing directives

paulofaria
paulofaria previously approved these changes May 11, 2021
@paulofaria
Copy link
Member

Sorry for the delay! Looks like the branch is out-of-date with master. Can you please update from master?

Added tests for parsing field arguments
Added tests for parsing directives

# Conflicts:
#	Tests/GraphQLTests/LanguageTests/ParserTests.swift
@nicholaslythall nicholaslythall force-pushed the add-null-value-literal-support branch from 273fcd9 to d3695ad Compare May 21, 2021 21:46
@nicholaslythall
Copy link
Author

@paulofaria updated from master

@paulofaria paulofaria merged commit 58788b8 into GraphQLSwift:master May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants