CostType
No description
type CostType {
accountId: Int!
createdAt: ISO8601DateTime!
description: String
id: Int!
name: String
order: Int!
updatedAt: ISO8601DateTime!
}
Fields
CostType.accountId ● Int! non-null scalar
CostType.createdAt ● ISO8601DateTime! non-null scalar
CostType.description ● String scalar
CostType.id ● Int! non-null scalar
CostType.name ● String scalar
CostType.order ● Int! non-null scalar
CostType.updatedAt ● ISO8601DateTime! non-null scalar
Returned By
costType query
Member Of
Cost object ● CostTypeConnection object ● CostTypeEdge object ● CreateCostTypePayload object ● DeleteCostTypePayload object ● UpdateCostTypePayload object