EmailConsentType
type EmailConsentType implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
name: String!
description: String
type: EmailConsentTypeType!
required: Boolean!
}
Fields
EmailConsentType.id ● ID! non-null scalar
EmailConsentType.createdAt ● Time! non-null scalar
EmailConsentType.updatedAt ● Time! non-null scalar
EmailConsentType.companyID ● String! non-null scalar
EmailConsentType.name ● String! non-null scalar
EmailConsentType.description ● String scalar
EmailConsentType.type ● EmailConsentTypeType! non-null enum
EmailConsentType.required ● Boolean! non-null scalar
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Returned By
createEmailConsentType mutation
Member Of
Email object ● EmailConsentTypeEdge object