feat(plugins/sponsorships): add plugin (#1358)
This commit is contained in:
10
source/plugins/sponsorships/queries/sponsorships.graphql
Normal file
10
source/plugins/sponsorships/queries/sponsorships.graphql
Normal file
@@ -0,0 +1,10 @@
|
||||
query SponsorshipsDefault {
|
||||
$account(login: "$login") {
|
||||
totalSponsorshipAmountAsSponsorInCents
|
||||
sponsorshipsAsSponsor(first: 1, activeOnly: false, orderBy: {field: CREATED_AT, direction: ASC}) {
|
||||
nodes {
|
||||
createdAt
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user