ShopifyIntegration
No description
type ShopifyIntegration implements Integration {
createdAt: DateTime!
id: ID!
legacyId: String!
provider: IntegrationProvider!
settings: IntegrationSettings!
storeDomain: String!
storeName: String
uid: String
updatedAt: DateTime!
}
Fields
ShopifyIntegration.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
ShopifyIntegration.id ● ID! non-null scalar common
ShopifyIntegration.legacyId ● String! non-null scalar common
The Groove legacy API ID.
ShopifyIntegration.provider ● IntegrationProvider! non-null enum common
The integration provider.
ShopifyIntegration.settings ● IntegrationSettings! non-null object common
The global settings for all integrations of this provider type.
ShopifyIntegration.storeDomain ● String! non-null scalar common
The shop domain.
ShopifyIntegration.storeName ● String scalar common
The shop name.
ShopifyIntegration.uid ● String scalar common
The integration UID.
ShopifyIntegration.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.
Implemented by
IntegrationUnion union