Skip to main content

SupplySupplierContact

A contact person for a supplier.

type SupplySupplierContact {
brand: Brand @deprecated
brandId: ID @deprecated
createdAt: ISO8601DateTime!
email: Email
id: ID!
name: String!
phoneNumber: String
supplier: SupplySupplier!
supplierId: ID!
title: String!
updatedAt: ISO8601DateTime!
}

Fields

SupplySupplierContact.brand ● Brand deprecated object common

DEPRECATED

This field will be removed in the future. Brand is becoming a product-only attribute.

The brand this contact belongs to.

SupplySupplierContact.brandId ● ID deprecated scalar common

DEPRECATED

This field will be removed in the future. Brand is becoming a product-only attribute.

SupplySupplierContact.createdAt ● ISO8601DateTime! non-null scalar common

SupplySupplierContact.email ● Email scalar common

SupplySupplierContact.id ● ID! non-null scalar common

Unique identifier for the contact.

SupplySupplierContact.name ● String! non-null scalar common

SupplySupplierContact.phoneNumber ● String scalar common

SupplySupplierContact.supplier ● SupplySupplier! non-null object suppliers

The supplier this contact belongs to.

SupplySupplierContact.supplierId ● ID! non-null scalar common

ID of the supplier this contact belongs to.

SupplySupplierContact.title ● String! non-null scalar common

The contact's title.

SupplySupplierContact.updatedAt ● ISO8601DateTime! non-null scalar common

Returned By

supplyAddContact mutation ● supplyUpdateContact mutation

Member Of

PurchaseOrder object ● SupplySupplier object ● SupplySupplierContactConnection object ● SupplySupplierContactEdge object