AttributeFilterInput
No description
input AttributeFilterInput {
isSearchable: Boolean
isPublic: Boolean
isHidden: Boolean
name: [String!]
type: [AttributeType!]
group: [String!]
page: Int!
offset: Int!
}
Fields
AttributeFilterInput.isSearchable
● Boolean
scalar
Only show attributes that are either searchable or not searchable. Ommmit this argument to ignore this field
AttributeFilterInput.isPublic
● Boolean
scalar
Only show attributes that are either public or not public. Ommmit this argument to ignore this field
AttributeFilterInput.isHidden
● Boolean
scalar
Only show attributes that are either hidden or not hidden. Ommmit this argument to ignore this field
AttributeFilterInput.name
● [String!]
list scalar
An array of attributes names you want to return.
AttributeFilterInput.type
● [AttributeType!]
list enum
An array of attributes types you want to return.
AttributeFilterInput.group
● [String!]
list scalar
An array of attributes groups you want to return.
AttributeFilterInput.page
● Int!
non-null scalar
AttributeFilterInput.offset
● Int!
non-null scalar
Member Of
contactAttributeValues
query ● customerAttributeValues
query ● productAttributes
query ● productAttributeValues
query ● userAttributes
query ● userAttributeValues
query