GraphQL reference

DeleteAiSkillInput

Input

Autogenerated input type of DeleteAiSkill

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

Example

mutation DeleteAiSkill(
  $organizationId: ID!
  $input: DeleteAiSkillInput!
) {
  organization(id: $organizationId) {
    deleteAiSkill(input: $input) {
        aiSkill
        errors
      }
  }
}

Fields

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