Skip to main content

CostField

No description

type CostField {
accountId: Int!
archived: Boolean!
createdAt: ISO8601DateTime!
description: String
id: Int!
inputType: String
key: String
name: String
order: Int!
required: Boolean!
reserved: Boolean!
updatedAt: ISO8601DateTime!
}

Fields

CostField.accountId ● Int! non-null scalar

CostField.archived ● Boolean! non-null scalar

CostField.createdAt ● ISO8601DateTime! non-null scalar

CostField.description ● String scalar

CostField.id ● Int! non-null scalar

CostField.inputType ● String scalar

CostField.key ● String scalar

CostField.name ● String scalar

CostField.order ● Int! non-null scalar

CostField.required ● Boolean! non-null scalar

CostField.reserved ● Boolean! non-null scalar

CostField.updatedAt ● ISO8601DateTime! non-null scalar

Returned By

costField query

Member Of

CostFieldConnection object ● CostFieldEdge object ● UpdateCostFieldPayload object