INPUT_OBJECT
ColumnField_Filter
Filter by GraphQL field and given value
link GraphQL Schema definition
- input ColumnField_Filter {
- # Name shown in server and desktop clients
- String :
- # Name shown in server and desktop clients
- String] : [
- # Unique identifier used by the metadata API. Not the same as the numeric ID used
- # on server
- ID :
- # Unique identifier used by the metadata API. Not the same as the numeric ID used
- # on server
- ID] : [
- # True if the field is hidden
- Boolean :
- # True if the field is hidden
- Boolean] : [
- # Filter the output based on text query.
- String :
- }