github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/resynchronize-formation-notifications/resynchronize-formation-notifications.graphql (about)

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  mutation {
     3    result: resynchronizeFormationNotifications(
     4      formationID: "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
     5    ) {
     6      id
     7      name
     8      formationTemplateId
     9      state
    10      status {
    11        condition
    12        errors {
    13          assignmentID
    14          message
    15          errorCode
    16        }
    17      }
    18    }
    19  }