AccordContact
No description
type AccordContact implements Node {
nodeId: ID!
id: String!
accordId: String!
email: String!
status: String!
metadata: JSON
workspaceId: String
version: Int!
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
accord: Accord
}
Fields
AccordContact.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.