-
Notifications
You must be signed in to change notification settings - Fork 2
filtering lists of union types #112
Copy link
Copy link
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
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
Consider the following part of a DB schema.
When generating the API schema for this part, the field
myUsis extended with an argument that allows users to filter the retrieved list ofUobjects. However, sinceUis 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.