Skip to content

Commit

Permalink
kruto
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Jun 6, 2024
1 parent ba13da6 commit d5b4856
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/api-gql/schema/twitch.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ extend type Query {

twitchGetChannelRewards(channelId: ID): TwirTwitchChannelRewardResponse!

"""
Get channel badges.
If channelId is not provided - selected dashboard/authenticated user channelId is used, depending on context.
For example if queried by apiKey - userId belongs to apiKey owner id.
"""
twitchGetChannelBadges(channelId: ID): TwirTwitchChannelBadgeResponse!
twitchGetGlobalBadges: TwirTwitchGlobalBadgeResponse!
}
Expand Down

0 comments on commit d5b4856

Please sign in to comment.