Skip to content

Introduce Remove Domain Union#1964

Merged
nsdeschenes merged 6 commits into
masterfrom
api-create-remove-domain-union
Mar 26, 2021
Merged

Introduce Remove Domain Union#1964
nsdeschenes merged 6 commits into
masterfrom
api-create-remove-domain-union

Conversation

@nsdeschenes

Copy link
Copy Markdown
Contributor

Another union introduction for handling of soft errors, this time for the removeDomain mutation.

Example GraphQL:

mutation {
  removeDomain (input: { ... }) {
    result {
      ... on DomainResult {
        status
      }
      ... on DomainError {
        code
        description
      }
    }
  }
}

@nsdeschenes nsdeschenes merged commit 1447bcb into master Mar 26, 2021
@nsdeschenes nsdeschenes deleted the api-create-remove-domain-union branch March 26, 2021 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants