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

Commit 40a2c77

Browse files
authored
Merge pull request #2537 from atom/schema-update/1601601965734
GraphQL schema update
2 parents 5a8faf5 + 3a37df1 commit 40a2c77

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

graphql/schema.graphql

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8942,9 +8942,6 @@ type Milestone implements Node & Closable & UniformResourceLocatable {
89428942
dueOn: DateTime
89438943
id: ID!
89448944

8945-
"""Just for debugging on review-lab"""
8946-
issuePrioritiesDebug: String!
8947-
89488945
"""A list of issues associated with the milestone."""
89498946
issues(
89508947
"""Ordering options for issues returned from the connection."""
@@ -9949,7 +9946,9 @@ type Organization implements Node & Actor & PackageOwner & ProjectOwner & Reposi
99499946
orderBy: IpAllowListEntryOrder = {field: ALLOW_LIST_VALUE, direction: ASC}
99509947
): IpAllowListEntryConnection!
99519948

9952-
"""Whether the organization has verified its profile email and website."""
9949+
"""
9950+
Whether the organization has verified its profile email and website, always false on Enterprise.
9951+
"""
99539952
isVerified: Boolean!
99549953

99559954
"""

0 commit comments

Comments
 (0)