github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/delete-certificate-subject-mapping/delete-certificate-subject-mapping.graphql (about)

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  mutation {
     3    result: deleteCertificateSubjectMapping(
     4      id: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
     5    ) {
     6      id
     7      subject
     8      consumerType
     9      internalConsumerID
    10      tenantAccessLevels
    11    }
    12  }