Skip to content

Allow omitted non-null arguments when a default value exists #601

Open
@ddebrunner

Description

@ddebrunner

Allow omission of a non-null argument type when a default value was specified.

E.g.

type Query {
    q(a:Int! = 0): String
}

should be able to be call q with no arguments.

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