Skip to main content

SupplierChain

Encapsulates information about a chain.

type SupplierChain {
id: ID!
name: String!
uniqueCode: String
}

Fields

SupplierChain.id ● ID! non-null scalar

The identifier of the chain.

SupplierChain.name ● String! non-null scalar

A UTF-8 string that represents the name of the chain.

SupplierChain.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the chain. Optional.

The value must be unique across all chains.

Member Of

Supplier object