filtering lists of union types #112
Labels
backlog
Keep open for later (typically, not a problem for SPIRIT but maybe for other woo.sh projects)
new feature
New feature or request
question
Further information is requested
Consider the following part of a DB schema.
When generating the API schema for this part, the field
myUs
is extended with an argument that allows users to filter the retrieved list ofU
objects. However, sinceU
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.The text was updated successfully, but these errors were encountered: