INPUT_OBJECT
ApplicationFilter
link GraphQL Schema definition
1 input ApplicationFilter { 4 2 # Status of an aplication to filter by 3 ApplicationStatus : 7 5 # Name of application to filter by 6 String : 10 8 # Supply the type of string match to apply. 9 StringMatch : 13 11 # Filter applications by public status 12 Boolean : 16 14 # Provide a list of entity tags to filter by 15 EntityTagFilter!] : [ 19 17 # Filter by date/time field 18 ApplicationDateTimeFilter!] : [ 20 }