Replies: 3 comments 12 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also received the same error message today when trying to place one time payments: mutation CreateSponsorship($amount: Int!, $sponsorLogin: String!, $sponsorableId: ID!) {
createSponsorship(input:{
amount: $amount,
sponsorLogin: $sponsorLogin,
sponsorableId: $sponsorableId,
isRecurring: false,
privacyLevel: PRIVATE
}) {
sponsorship {
id
}
}
} Wondering if this is a temporary problem or if I'm doing something wrong 🤷♂️ @anehzat did it work for you at some point? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Chiming in from the Sponsors team as the new PM -- I am going to create a ticket with our eng team but in our repo. Thanks for flagging! |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
GraphQL createSponsorship error
Body
Hi GH Team
Is there someone in the team that can help with this sponsorship issue.
https://support.github.com/ticket/personal/0/2977378
Beta Was this translation helpful? Give feedback.
All reactions