ChilliCream / ChilliCream/graphql-platform
Input Object Type Validation 2021 Spec
Open
@wonbyte is already working on this.
Since Jun 9, 2021.
⚖️ spec
🌶️ hot chocolate
Area: Type System
- Dominant language
- C#
- Stars
- 5.8k
- Forks
- 810
- Avg merge
- 15h 39m
- Merged PRs (30d)
- 98
Description
https://spec.graphql.org/June2018/#sec-Input-Objects
Type Validation
- An Input Object type must define one or more input fields.
- For each input field of an Input Object type
a. The input field must have a unique name within that Input Object type; no two input fields may share the same name.
b. The input field must not have a name which begins with the characters "__" (two underscores).- The input field must accept a type where IsInputType(inputFieldType) returns true.
Already Implemented:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.