diff --git a/data/graphql/ghec/schema.docs.graphql b/data/graphql/ghec/schema.docs.graphql index 4365bcfff453..cae3ee8a065f 100644 --- a/data/graphql/ghec/schema.docs.graphql +++ b/data/graphql/ghec/schema.docs.graphql @@ -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. """ diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index 4365bcfff453..cae3ee8a065f 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -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. """ diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index 56eb163c96f9..ae8a9c66851f 100644 --- a/src/graphql/data/fpt/changelog.json +++ b/src/graphql/data/fpt/changelog.json @@ -1,4 +1,17 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [ + "

Enum value 'BUY_ME_A_COFFEEwas added to enumFundingPlatform'

" + ] + } + ], + "previewChanges": [], + "upcomingChanges": [], + "date": "2024-03-12" + }, { "schemaChanges": [ { diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index 25e516c9e18a..9991e8ec7770 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -83236,6 +83236,10 @@ "href": "/graphql/reference/enums#fundingplatform", "description": "

The possible funding platforms for repository funding links.

", "values": [ + { + "name": "BUY_ME_A_COFFEE", + "description": "

Buy Me a Coffee funding platform.

" + }, { "name": "COMMUNITY_BRIDGE", "description": "

Community Bridge funding platform.

" diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 25e516c9e18a..9991e8ec7770 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -83236,6 +83236,10 @@ "href": "/graphql/reference/enums#fundingplatform", "description": "

The possible funding platforms for repository funding links.

", "values": [ + { + "name": "BUY_ME_A_COFFEE", + "description": "

Buy Me a Coffee funding platform.

" + }, { "name": "COMMUNITY_BRIDGE", "description": "

Community Bridge funding platform.

"