From 8f9c94504df7624e55f556b44e2e242c1eec45b5 Mon Sep 17 00:00:00 2001 From: hubot Date: Fri, 2 Oct 2020 01:15:11 +0000 Subject: [PATCH] :arrow_up: GraphQL schema --- graphql/schema.graphql | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/graphql/schema.graphql b/graphql/schema.graphql index 1c31010856..61e4892371 100644 --- a/graphql/schema.graphql +++ b/graphql/schema.graphql @@ -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.""" @@ -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! """