INPUT_OBJECT
TargetMappingFilterInput
Description
Filter for target mapping query request.
link GraphQL Schema definition
- input TargetMappingFilterInput {
- # Field from which query should be filtered.
- : TargetMappingQueryFilterField
- # Value of the field.
- : String
- # List of value for the field.
- : [String!]
- }