Skip to main content

SupplierWhereInput

Supplier where input. Filters are additive (AND)

input SupplierWhereInput {
code_in: [ID!]
name_in: [String!]
group_in: [ID!]
owner_in: [ID!]
provider_in: [ID!]
isActive: Boolean
groupContent: ID
serviceApi: ID
api: [APIName]
includeArchived: Boolean
}

Fields

SupplierWhereInput.code_in ● [ID!] list scalar

Filter by Supplier codes

SupplierWhereInput.name_in ● [String!] list scalar

Filter by Supplier names

SupplierWhereInput.group_in ● [ID!] list scalar

Filter by IAM Group codes

SupplierWhereInput.owner_in ● [ID!] list scalar

Filter by Owner codes (Organization codes)

SupplierWhereInput.provider_in ● [ID!] list scalar

Filter by Provider codes

SupplierWhereInput.isActive ● Boolean scalar

Filter by Supplier status

SupplierWhereInput.groupContent ● ID scalar

Filter by GroupContent code

SupplierWhereInput.serviceApi ● ID scalar

Filter by ServiceApi ID (integer)

SupplierWhereInput.api ● [APIName] list enum

Filter by APIs name

SupplierWhereInput.includeArchived ● Boolean scalar

Include archived records