OBJECT
DeleteModelDeploymentRulePayload
The output of our delete ModelDeploymentRule
mutation.
link GraphQL Schema definition
- type DeleteModelDeploymentRulePayload {
- # The exact same `clientMutationId` that was provided in the mutation input,
- # unchanged and unused. May be used by a client to track mutations.
- String :
- # The `ModelDeploymentRule` that was deleted by this mutation.
- ModelDeploymentRule :
- ID :
- # Our root query field type. Allows us to run any query from our mutation payload.
- Query :
- # An edge for our `ModelDeploymentRule`. May be used by Relay 1.
- #
- # Arguments
- # orderBy: The method to use when ordering `ModelDeploymentRule`.
- (
- ModelDeploymentRulesOrderBy!] : [
- ): ModelDeploymentRulesEdge
- }