1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-10-11 13:41:57 +00:00
FrankerFaceZ/src/utilities/data/category-fetch.gql
SirStendec 903b0b234c 4.14.11
* Added: `Current Category` rule type for profile rules. (Ironically, does not currently apply when on the directory page for a category.)
* Fixed: Various chat input related features breaking, including Room Actions and tab-completion of emotes.
* Fixed: Alignment of certain chat settings menu elements.
* Maintenance: Update our copy of the `CHAT_TYPES` enum with new types from Twitch's client.
2019-10-22 18:32:56 -04:00

8 lines
No EOL
139 B
GraphQL

query FFZ_GetGame($id: ID, $name: String) {
game(name: $name, id: $id) {
id
name
displayName
boxArtURL(width: 40, height: 56)
}
}