Merge pull request #28133 from github/graphql-schema-update
GraphQL schema update
This commit is contained in:
@@ -22437,6 +22437,11 @@ type Organization implements Actor & MemberStatusable & Node & ProfileOwner & Pr
|
||||
"""
|
||||
viewerIsAMember: Boolean!
|
||||
|
||||
"""
|
||||
Whether or not this Organization is followed by the viewer.
|
||||
"""
|
||||
viewerIsFollowing: Boolean!
|
||||
|
||||
"""
|
||||
The organization's public profile URL.
|
||||
"""
|
||||
|
||||
@@ -24950,6 +24950,11 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
|
||||
"""
|
||||
viewerIsAMember: Boolean!
|
||||
|
||||
"""
|
||||
Whether or not this Organization is followed by the viewer.
|
||||
"""
|
||||
viewerIsFollowing: Boolean!
|
||||
|
||||
"""
|
||||
True if the viewer is sponsoring this user/organization.
|
||||
"""
|
||||
|
||||
@@ -24950,6 +24950,11 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
|
||||
"""
|
||||
viewerIsAMember: Boolean!
|
||||
|
||||
"""
|
||||
Whether or not this Organization is followed by the viewer.
|
||||
"""
|
||||
viewerIsFollowing: Boolean!
|
||||
|
||||
"""
|
||||
True if the viewer is sponsoring this user/organization.
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"Field `viewerIsFollowing` was added to object type `Organization`"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2022-05-31"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -36240,6 +36240,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "viewerIsFollowing",
|
||||
"description": "<p>Whether or not this Organization is followed by the viewer.</p>",
|
||||
"type": "Boolean!",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "viewerIsSponsoring",
|
||||
"description": "<p>True if the viewer is sponsoring this user/organization.</p>",
|
||||
|
||||
@@ -32180,6 +32180,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "viewerIsFollowing",
|
||||
"description": "<p>Whether or not this Organization is followed by the viewer.</p>",
|
||||
"type": "Boolean!",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "websiteUrl",
|
||||
"description": "<p>The organization's public profile URL.</p>",
|
||||
|
||||
@@ -36240,6 +36240,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "viewerIsFollowing",
|
||||
"description": "<p>Whether or not this Organization is followed by the viewer.</p>",
|
||||
"type": "Boolean!",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "viewerIsSponsoring",
|
||||
"description": "<p>True if the viewer is sponsoring this user/organization.</p>",
|
||||
|
||||
Reference in New Issue
Block a user