Skip to main content

EmailFooter

type EmailFooter implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
name: String!
legalName: String!
phoneNumber: String!
description: String!
address: Address
}

Fields

EmailFooter.id ● ID! non-null scalar

EmailFooter.createdAt ● Time! non-null scalar

EmailFooter.updatedAt ● Time! non-null scalar

EmailFooter.companyID ● String! non-null scalar

EmailFooter.name ● String! non-null scalar

EmailFooter.legalName ● String! non-null scalar

EmailFooter.phoneNumber ● String! non-null scalar

EmailFooter.description ● String! non-null scalar

EmailFooter.address ● Address object

Interfaces

Node interface

An object with an ID. Follows the Relay Global Object Identification Specification

Returned By

createEmailConsent mutation ● updateEmailConsent mutation

Member Of

Email object ● EmailFooterEdge object