GraphQL reference

CreateAiSkillPayload

Object

Autogenerated return type of CreateAiSkill.

mutation { organization(id: $organizationId) { createAiSkill } }

Example

mutation CreateAiSkill(
  $organizationId: ID!
  $input: CreateAiSkillInput!
) {
  organization(id: $organizationId) {
    createAiSkill(input: $input) {
        aiSkill
        errors
      }
  }
}

Fields

FieldTypeDescription
aiSkillAiSkill
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!