-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
backlogKeep open for later (typically, not a problem for SPIRIT but maybe for other woo.sh projects)Keep open for later (typically, not a problem for SPIRIT but maybe for other woo.sh projects)new featureNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Consider the following part of a DB schema.
union U = A | B
type X {
myUs: [U]
}
When generating the API schema for this part, the field myUs
is extended with an argument that allows users to filter the retrieved list of U
objects. However, since U
is a union type, it is not immediately clear what the corresponding input type for this filter should look like. The purpose of this issue is to develop an idea for this case.
Metadata
Metadata
Assignees
Labels
backlogKeep open for later (typically, not a problem for SPIRIT but maybe for other woo.sh projects)Keep open for later (typically, not a problem for SPIRIT but maybe for other woo.sh projects)new featureNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested