Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Argument default values are ignored. #21

@xsc

Description

@xsc

At the moment, default values in arguments are ignored, e.g.:

type QueryRoot {
  inc(value: Int = 0): Int!
}

Querying just { inc } does not pass 0 to the resolvable.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions