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