Skip to content

Send Phone Code Union Introduction - #1796

Merged
nsdeschenes merged 5 commits into
masterfrom
api-create-send-phone-code-union
Mar 8, 2021
Merged

Send Phone Code Union Introduction#1796
nsdeschenes merged 5 commits into
masterfrom
api-create-send-phone-code-union

Conversation

@nsdeschenes

Copy link
Copy Markdown
Contributor

Introducing the new union for the sendPhoneCode mutation.

Example Mutation:

mutation {
  sendPhoneCode(input: { phoneNumber: "" }) {
    result {
      ... on SendPhoneCodeResult {
        status
      }
      ... on SendPhoneCodeError {
        code
        description
      }
    }
  }
}

@nsdeschenes
nsdeschenes requested a review from Ethanljf March 5, 2021 15:37
@nsdeschenes
nsdeschenes merged commit c3e0dda into master Mar 8, 2021
@nsdeschenes
nsdeschenes deleted the api-create-send-phone-code-union branch March 8, 2021 14:21
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.

2 participants