CreateCostTypePayload
Autogenerated return type of CreateCostType.
type CreateCostTypePayload {
clientMutationId: String
data: CostType
errors: [Error!]!
}
Fields
CreateCostTypePayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateCostTypePayload.data ● CostType object
CreateCostTypePayload.errors ● [Error!]! non-null object
List of errors
Returned By
createCostType mutation