-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing mention of Type can only refer to Input Object types in field arguments #447
Comments
@tinganho Actually no, also you can use scalars both standard (String, Int, ...) and custom. That's why specification uses
|
OK, I might put too much restriction. But all types except Object types? But if this sentence is clear enough, then I'm fine to close:
|
Except for Object types, interfaces and unions and the same types wrapped in
I think |
I think we mention this elsewhere, but it's hard to find a consistent reference to link to which I think we should improve |
In the section 3.6.1 Field Arguments: http://facebook.github.io/graphql/draft/#sec-Field-Arguments
It misses to mention that if a
Type
is aNamedType
it can only refer to the name of an input object type.The text was updated successfully, but these errors were encountered: