INPUT_OBJECT
RecordsFilterInput
# GraphQL Schema definition
1 input RecordsFilterInput { 3 2 DateFilter : 5 4 DateFilter : 7 6 StringFilter : 10 8 # Fulltext search 9 Query : 12 11 UniqIdFilter : 15 13 # join arguments with OR operator 14 RecordsFilterInput!] : [ 17 16 PropertyFilterInput!] : [ 20 18 # filter by related records 19 RelatedRecordsFilterInput!] : [ 22 21 RelatedUsersFilterInput!] : [ 25 23 # Name of the Table to which records should belong 24 StringFilter : 28 26 # pOS ID of the Table to which records should belong 27 UniqIdFilter : 30 29 DateFilter : 32 31 UniqIdFilter : 33 }