Skip to main content

GlobalIDFilterInput

Define the filtering options for foreign key fields.

Added in Saleor 3.14
This API is currently in Feature Preview and can be subject to changes at later point.
input GlobalIDFilterInput {
eq: ID
oneOf: [ID!]
}

Fields

GlobalIDFilterInput.eq ● ID scalar miscellaneous

The value equal to.

GlobalIDFilterInput.oneOf ● [ID!] list scalar miscellaneous

The value included in.

Member Of

ProductWhereInput input