GraphQL reference

DeleteAiSkillPayload

Object

Autogenerated return 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
aiSkillAiSkill
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!