Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Non Null Input fields cannot be inaccessible #40

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

PascalSenn
Copy link
Contributor

No description provided.

@PascalSenn
Copy link
Contributor Author

Do we automatically remove a field that references an inaccessible type, or must the field be explicitly declared as inaccessible to avoid a composition error?

Comment on lines +29 to +33
- Let {fields} be the set of all fields of the input types
- For each {field} in {fields}:
- If {field} is a non-null input field:
- {field} must not be declared as `@inaccessible`

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michaelstaib should we have a generalised rule for require?

spec/Section 4 -- Composition.md Outdated Show resolved Hide resolved
spec/Section 4 -- Composition.md Outdated Show resolved Hide resolved
spec/Section 4 -- Composition.md Outdated Show resolved Hide resolved
PascalSenn and others added 3 commits August 4, 2024 20:30
Co-authored-by: Glen <glen.84@gmail.com>
Co-authored-by: Glen <glen.84@gmail.com>
Co-authored-by: Glen <glen.84@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants