Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@aldeed
Copy link
Contributor

@aldeed aldeed commented Sep 20, 2018

Impact: minor
Type: feature

Changes

Provide a simpler way for GraphQL clients to get the default account email address: Account.primaryEmailAddress

Breaking changes

None

Testing

{
  viewer {
    name
    emailRecords {
      provides
      address
      verified
    }
    primaryEmailAddress
  }
}

primaryEmailAddress should be set and should match the email record with "default" as its provides value.

@aldeed aldeed requested a review from nnnnat September 20, 2018 15:02
@aldeed aldeed added this to the North Maroon milestone Sep 20, 2018
@aldeed aldeed self-assigned this Sep 20, 2018
Copy link
Contributor

@nnnnat nnnnat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good!

@nnnnat nnnnat merged commit 988d524 into release-2.0.0 Sep 20, 2018
@nnnnat nnnnat deleted the feat-aldeed-graphql-viewer-additions branch September 20, 2018 16:20
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.

3 participants