We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
q
Activity