Node
No description
interface Node {
id: ID!
name: String
timeCreated: Timestamp!
timeLastEdited: Timestamp!
}
Fields
Node.id
● ID!
non-null scalar
Node.name
● String
scalar
Node.timeCreated
● Timestamp!
non-null scalar
Node.timeLastEdited
● Timestamp!
non-null scalar
Returned by
setPreferredLanguageForCompanyOrPerson
mutation