GraphQL reference

UpdateAiSkillInput

Input

Autogenerated input type of UpdateAiSkill

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

Example

mutation UpdateAiSkill(
  $organizationId: ID!
  $input: UpdateAiSkillInput!
) {
  organization(id: $organizationId) {
    updateAiSkill(input: $input) {
        aiSkill
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON
nowISO8601DateTime
promptRichTextString!
titleString!