OBJECT

UpdateModelDeploymentRulePayload

The output of our update ModelDeploymentRule mutation.

link GraphQL Schema definition

  • type UpdateModelDeploymentRulePayload {
  • # The exact same `clientMutationId` that was provided in the mutation input,
  • # unchanged and unused. May be used by a client to track mutations.
  • clientMutationId: String
  • # The `ModelDeploymentRule` that was updated by this mutation.
  • modelDeploymentRule: ModelDeploymentRule
  • # Our root query field type. Allows us to run any query from our mutation payload.
  • query: Query
  • # An edge for our `ModelDeploymentRule`. May be used by Relay 1.
  • #
  • # Arguments
  • # orderBy: The method to use when ordering `ModelDeploymentRule`.
  • modelDeploymentRuleEdge(
  • orderBy: [ModelDeploymentRulesOrderBy!]
  • ): ModelDeploymentRulesEdge
  • }