ShopifyV2Integration
No description
type ShopifyV2Integration implements Integration {
createdAt: DateTime!
id: ID!
legacyId: String!
provider: IntegrationProvider!
settings: IntegrationSettings!
storeDomain: String!
storeName: String!
uid: String
updatedAt: DateTime!
}
Fields
ShopifyV2Integration.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
ShopifyV2Integration.id ● ID! non-null scalar common
ShopifyV2Integration.legacyId ● String! non-null scalar common
The Groove legacy API ID.
ShopifyV2Integration.provider ● IntegrationProvider! non-null enum common
The integration provider.
ShopifyV2Integration.settings ● IntegrationSettings! non-null object common
The global settings for all integrations of this provider type.
ShopifyV2Integration.storeDomain ● String! non-null scalar common
The shop domain.
ShopifyV2Integration.storeName ● String! non-null scalar common
The shop name.
ShopifyV2Integration.uid ● String scalar common
The integration UID.
ShopifyV2Integration.updatedAt ● DateTime! non-null scalar common
The date and time that the object was last updated.
Interfaces
Integration interface common
An object with timestamp fields for when it was created and last updated.