Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2537 from atom/schema-update/1601601965734
Browse files Browse the repository at this point in the history
GraphQL schema update
  • Loading branch information
smashwilson committed Oct 2, 2020
2 parents 5a8faf5 + 3a37df1 commit 40a2c77
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8942,9 +8942,6 @@ type Milestone implements Node & Closable & UniformResourceLocatable {
dueOn: DateTime
id: ID!

"""Just for debugging on review-lab"""
issuePrioritiesDebug: String!

"""A list of issues associated with the milestone."""
issues(
"""Ordering options for issues returned from the connection."""
Expand Down Expand Up @@ -9949,7 +9946,9 @@ type Organization implements Node & Actor & PackageOwner & ProjectOwner & Reposi
orderBy: IpAllowListEntryOrder = {field: ALLOW_LIST_VALUE, direction: ASC}
): IpAllowListEntryConnection!

"""Whether the organization has verified its profile email and website."""
"""
Whether the organization has verified its profile email and website, always false on Enterprise.
"""
isVerified: Boolean!

"""
Expand Down

0 comments on commit 40a2c77

Please sign in to comment.