At a glance
- Identifier: #462
- Stage: RFC 3 / Accepted
- Champion: @leebyron
- Latest activity: Spec PR created on 2018-06-10
- Spec PR: https://github.com/graphql/graphql-spec/pull/462
- Related:
Spec PR description
Throughtout the spec we refer to input and output types but never clearly define them in a referenced section. This adds that section and removes the ad-hoc descriptions from elsewhere in the spec.
It also uses the formal algorithms in place of prose where relevant.
Finally it adds to the schema validation rules for Object, Interface, and Input Object fields / arguments.
Fixes #447
Timeline
- Spec PR created on 2018-06-10 by leebyron
- Commit pushed on 2018-06-10 by Travis CI: Input & Output type definition