CompanyCreateInput
Autogenerated input type of CompanyCreate
input CompanyCreateInput {
clientMutationId: String
customFields: [CustomFieldInput!]
}
Fields
CompanyCreateInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CompanyCreateInput.customFields ● [CustomFieldInput!] list input common
The custom field values.
Member of
companyCreate mutation