ReportCardsFilterQuery


Card search query. Will match cards based on the chosen operator, field and value

Input Fields : ObjectDescription
id: Int Meta data used to allow tracking of each query level
field: String The field name
label: String The field internationalized label
operator: ReportCardsFilterQueryOperators The operator for this query
type: ReportCardsFilterFieldTypes The type of the field (normally used alongside the equality operators)
value: String The value to be operated on

Int

Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.