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

The value equal to.

GlobalIDFilterInput.oneOf ● [ID!] list scalar

The value included in.

Member of

ProductWhereInput input