1
0
mirror of synced 2026-01-08 03:01:54 -05:00

Merge pull request #28133 from github/graphql-schema-update

GraphQL schema update
This commit is contained in:
docubot
2022-05-31 12:41:08 -04:00
committed by GitHub
8 changed files with 55 additions and 3 deletions

View File

@@ -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.
"""

View File

@@ -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.
"""

View File

@@ -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.
"""

View File

@@ -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

View File

@@ -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>",

View File

@@ -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>",

View File

@@ -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>",