Skip to content

Commit

Permalink
GraphQL schema update (#49648)
Browse files Browse the repository at this point in the history
Co-authored-by: rachmari <9831992+rachmari@users.noreply.github.com>
  • Loading branch information
docs-bot and rachmari committed Mar 12, 2024
1 parent 0154a84 commit 13c47fb
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/graphql/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -15958,6 +15958,11 @@ type FundingLink {
The possible funding platforms for repository funding links.
"""
enum FundingPlatform {
"""
Buy Me a Coffee funding platform.
"""
BUY_ME_A_COFFEE

"""
Community Bridge funding platform.
"""
Expand Down
5 changes: 5 additions & 0 deletions data/graphql/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -15958,6 +15958,11 @@ type FundingLink {
The possible funding platforms for repository funding links.
"""
enum FundingPlatform {
"""
Buy Me a Coffee funding platform.
"""
BUY_ME_A_COFFEE

"""
Community Bridge funding platform.
"""
Expand Down
13 changes: 13 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Enum value 'BUY_ME_A_COFFEE<code>was added to enum</code>FundingPlatform'</p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2024-03-12"
},
{
"schemaChanges": [
{
Expand Down
4 changes: 4 additions & 0 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -83236,6 +83236,10 @@
"href": "/graphql/reference/enums#fundingplatform",
"description": "<p>The possible funding platforms for repository funding links.</p>",
"values": [
{
"name": "BUY_ME_A_COFFEE",
"description": "<p>Buy Me a Coffee funding platform.</p>"
},
{
"name": "COMMUNITY_BRIDGE",
"description": "<p>Community Bridge funding platform.</p>"
Expand Down
4 changes: 4 additions & 0 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -83236,6 +83236,10 @@
"href": "/graphql/reference/enums#fundingplatform",
"description": "<p>The possible funding platforms for repository funding links.</p>",
"values": [
{
"name": "BUY_ME_A_COFFEE",
"description": "<p>Buy Me a Coffee funding platform.</p>"
},
{
"name": "COMMUNITY_BRIDGE",
"description": "<p>Community Bridge funding platform.</p>"
Expand Down

0 comments on commit 13c47fb

Please sign in to comment.