Skip to content

Commit 97a3292

Browse files
docs-botrachmari
andauthored
GraphQL schema update (github#39310)
Co-authored-by: rachmari <[email protected]>
1 parent 95e189b commit 97a3292

File tree

5 files changed

+111
-0
lines changed

5 files changed

+111
-0
lines changed

data/graphql/ghec/schema.docs.graphql

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28104,6 +28104,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2810428104
"""
2810528105
includeAsSponsor: Boolean = false
2810628106

28107+
"""
28108+
Whether or not to include private activities in the result set. Defaults to including public and private activities.
28109+
"""
28110+
includePrivate: Boolean = true
28111+
2810728112
"""
2810828113
Returns the last _n_ elements from the list.
2810928114
"""
@@ -47654,6 +47659,11 @@ interface Sponsorable {
4765447659
"""
4765547660
includeAsSponsor: Boolean = false
4765647661

47662+
"""
47663+
Whether or not to include private activities in the result set. Defaults to including public and private activities.
47664+
"""
47665+
includePrivate: Boolean = true
47666+
4765747667
"""
4765847668
Returns the last _n_ elements from the list.
4765947669
"""
@@ -58192,6 +58202,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
5819258202
"""
5819358203
includeAsSponsor: Boolean = false
5819458204

58205+
"""
58206+
Whether or not to include private activities in the result set. Defaults to including public and private activities.
58207+
"""
58208+
includePrivate: Boolean = true
58209+
5819558210
"""
5819658211
Returns the last _n_ elements from the list.
5819758212
"""

data/graphql/schema.docs.graphql

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28104,6 +28104,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2810428104
"""
2810528105
includeAsSponsor: Boolean = false
2810628106

28107+
"""
28108+
Whether or not to include private activities in the result set. Defaults to including public and private activities.
28109+
"""
28110+
includePrivate: Boolean = true
28111+
2810728112
"""
2810828113
Returns the last _n_ elements from the list.
2810928114
"""
@@ -47654,6 +47659,11 @@ interface Sponsorable {
4765447659
"""
4765547660
includeAsSponsor: Boolean = false
4765647661

47662+
"""
47663+
Whether or not to include private activities in the result set. Defaults to including public and private activities.
47664+
"""
47665+
includePrivate: Boolean = true
47666+
4765747667
"""
4765847668
Returns the last _n_ elements from the list.
4765947669
"""
@@ -58192,6 +58202,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
5819258202
"""
5819358203
includeAsSponsor: Boolean = false
5819458204

58205+
"""
58206+
Whether or not to include private activities in the result set. Defaults to including public and private activities.
58207+
"""
58208+
includePrivate: Boolean = true
58209+
5819558210
"""
5819658211
Returns the last _n_ elements from the list.
5819758212
"""

src/graphql/data/fpt/changelog.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Argument <code>includePrivate: Boolean</code> (with default value) added to field <code>Organization.sponsorsActivities</code></p>",
8+
"<p>Argument <code>includePrivate: Boolean</code> (with default value) added to field <code>Sponsorable.sponsorsActivities</code></p>",
9+
"<p>Argument <code>includePrivate: Boolean</code> (with default value) added to field <code>User.sponsorsActivities</code></p>"
10+
]
11+
}
12+
],
13+
"previewChanges": [],
14+
"upcomingChanges": [],
15+
"date": "2023-07-19"
16+
},
217
{
318
"schemaChanges": [
419
{

src/graphql/data/fpt/schema.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39609,6 +39609,17 @@
3960939609
"href": "/graphql/reference/scalars#boolean"
3961039610
}
3961139611
},
39612+
{
39613+
"name": "includePrivate",
39614+
"defaultValue": true,
39615+
"description": "<p>Whether or not to include private activities in the result set. Defaults to including public and private activities.</p>",
39616+
"type": {
39617+
"name": "Boolean",
39618+
"id": "boolean",
39619+
"kind": "scalars",
39620+
"href": "/graphql/reference/scalars#boolean"
39621+
}
39622+
},
3961239623
{
3961339624
"name": "last",
3961439625
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
@@ -72792,6 +72803,17 @@
7279272803
"href": "/graphql/reference/scalars#boolean"
7279372804
}
7279472805
},
72806+
{
72807+
"name": "includePrivate",
72808+
"defaultValue": true,
72809+
"description": "<p>Whether or not to include private activities in the result set. Defaults to including public and private activities.</p>",
72810+
"type": {
72811+
"name": "Boolean",
72812+
"id": "boolean",
72813+
"kind": "scalars",
72814+
"href": "/graphql/reference/scalars#boolean"
72815+
}
72816+
},
7279572817
{
7279672818
"name": "last",
7279772819
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
@@ -77546,6 +77568,17 @@
7754677568
"href": "/graphql/reference/scalars#boolean"
7754777569
}
7754877570
},
77571+
{
77572+
"name": "includePrivate",
77573+
"defaultValue": true,
77574+
"description": "<p>Whether or not to include private activities in the result set. Defaults to including public and private activities.</p>",
77575+
"type": {
77576+
"name": "Boolean",
77577+
"id": "boolean",
77578+
"kind": "scalars",
77579+
"href": "/graphql/reference/scalars#boolean"
77580+
}
77581+
},
7754977582
{
7755077583
"name": "last",
7755177584
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",

src/graphql/data/ghec/schema.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39609,6 +39609,17 @@
3960939609
"href": "/graphql/reference/scalars#boolean"
3961039610
}
3961139611
},
39612+
{
39613+
"name": "includePrivate",
39614+
"defaultValue": true,
39615+
"description": "<p>Whether or not to include private activities in the result set. Defaults to including public and private activities.</p>",
39616+
"type": {
39617+
"name": "Boolean",
39618+
"id": "boolean",
39619+
"kind": "scalars",
39620+
"href": "/graphql/reference/scalars#boolean"
39621+
}
39622+
},
3961239623
{
3961339624
"name": "last",
3961439625
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
@@ -72792,6 +72803,17 @@
7279272803
"href": "/graphql/reference/scalars#boolean"
7279372804
}
7279472805
},
72806+
{
72807+
"name": "includePrivate",
72808+
"defaultValue": true,
72809+
"description": "<p>Whether or not to include private activities in the result set. Defaults to including public and private activities.</p>",
72810+
"type": {
72811+
"name": "Boolean",
72812+
"id": "boolean",
72813+
"kind": "scalars",
72814+
"href": "/graphql/reference/scalars#boolean"
72815+
}
72816+
},
7279572817
{
7279672818
"name": "last",
7279772819
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
@@ -77546,6 +77568,17 @@
7754677568
"href": "/graphql/reference/scalars#boolean"
7754777569
}
7754877570
},
77571+
{
77572+
"name": "includePrivate",
77573+
"defaultValue": true,
77574+
"description": "<p>Whether or not to include private activities in the result set. Defaults to including public and private activities.</p>",
77575+
"type": {
77576+
"name": "Boolean",
77577+
"id": "boolean",
77578+
"kind": "scalars",
77579+
"href": "/graphql/reference/scalars#boolean"
77580+
}
77581+
},
7754977582
{
7755077583
"name": "last",
7755177584
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",

0 commit comments

Comments
 (0)