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

GraphQL schema update #2537

Merged
merged 1 commit into from
Oct 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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