EmailFolder
No description
type EmailFolder {
id: ID!
name: String!
parent_id: Int
}
Fields
EmailFolder.id
● ID!
non-null scalar
EmailFolder.name
● String!
non-null scalar
EmailFolder.parent_id
● Int
scalar
Returned By
createEmailFolder
mutation ● deleteEmailFolder
mutation ● updateEmailFolder
mutation
Member Of
Email
object