Category
type Category implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
name: String!
requirePledge: Boolean!
}
Fields
Category.id ● ID! non-null scalar
Category.createdAt ● Time! non-null scalar
Category.updatedAt ● Time! non-null scalar
Category.companyID ● String! non-null scalar
Category.name ● String! non-null scalar
Category.requirePledge ● Boolean! non-null scalar
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Returned By
createCategory mutation ● getCategory query ● updateCategory mutation
Member Of
CategoryEdge object ● Gift object ● Pledge object