INPUT_OBJECT
ProcessingProjectFilter
link GraphQL Schema definition
1 input ProcessingProjectFilter { 4 2 # Filter by processing project IDs. 3 : [ID!] 7 5 # Filter by exact name match. 6 : String 10 8 # Filter by application ID. 9 : ID 13 11 # Filter by name with match type (default: exact). 12 : StringMatch 14 }