Skip to content

Ensure non-nullable arguments during execution #224

Closed
@leebyron

Description

@leebyron

As mentioned in #221 (comment)

That section should probably read:

  • If no value was provided in {argumentValues} for the name {argumentName}:
    • If {argumentType} is a Non-Nullable type, throw a field error.
    • Otherwise, continue to the next argument definition.

This would be a change to current behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions