-
-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Description
Some AST node types, such as the UnionTypeDefinitionNode and the EnumTypeDefinitionNode, have annotations that say their fields/values are optional. For instance, UnionTypeDefinitionNode has an optional frozenlist for the types that the union contains. However, according to the GraphQL spec, unions have to contain at least one unique member type, so it doesn't seem like the list would ever be None. Is there a case that I've missed?
Metadata
Metadata
Assignees
Labels
No labels