Hi,
im play around with the v2 api in the Insomnia client and want to fetch a characters gameData like this.
{
characterData {
character(
name: "Poster Boy",
serverRegion: "EU",
serverSlug: "Phoenix"
) {
gameData(forceUpdate:true)
}
}
}
But the api responses always with:
{
"data": {
"characterData": {
"character": {
"gameData": {
"error": "The cached data for this character has expired. Update the character on the site to fetch a fresh copy of the data."
}
}
}
}
}
Maybe somone has an idea what is wrong with my query or there is another problem.
Thank you!