Interfaces implementing interfaces #11

Open
opened 2024-07-31 22:26:35 +02:00 by belka · 1 comment
Owner

Interfaces can now implement other interfaces and what they really mean is, that interfaces can extend other interfaces or inherit from other interfaces.

  • It affects how fragments on interfaces are resolved.
  • Validation should be completed.
  •  The parser should support parsing interface implementation list in interface definitions.
Interfaces can now implement other interfaces and what they really mean is, that interfaces can extend other interfaces or inherit from other interfaces. - [ ] It affects how fragments on interfaces are resolved. - [ ] Validation should be completed. - [x] The parser should support parsing interface implementation list in interface definitions.
belka added the
Kind
enhancement
2021
labels 2024-07-31 22:26:35 +02:00
Author
Owner

For the validation see the rule „Fragment spread is possible“. The new addition can be found in the last subsection, „Interface Spreads in implemented Interface Scope“.

For the validation see the rule „Fragment spread is possible“. The new addition can be found in the last subsection, „Interface Spreads in implemented Interface Scope“.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: OSS/graphql#11
No description provided.