Mutation
Variables
Response
Mutations
createCustomField
Create a custom field on the Network. Supports dropdown and text fields; tag and badge fields are system-managed.
MUTATION
createCustomField(input: CreateCustomFieldInput!): CreateCustomFieldPayloadArguments
input
CreateCustomFieldInput!
required
Parameters for CreateCustomField
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
customField
errors
[String!]!
Mutation
Variables
Response