Tag
No description
type Tag {
id: ID!
name: String!
type: TagType!
}
Fields
Tag.id
● ID!
non-null scalar
Tag.name
● String!
non-null scalar
Tag.type
● TagType!
non-null enum
Returned by
tag
query
Member of
Account
object ● Activity
object ● Article
object ● Contact
object ● CreateTagPayload
object ● EditTagPayload
object ● Lead
object ● Object
object ● Opportunity
object ● Order
object ● OrderRow
object ● Quote
object ● QuoteRow
object ● TagEdge
object ● Template
object ● User
object