Hi guys,
i’m new on GraphQL and i would like to get a JSON for every character’s parses, like V1:
https://www.warcraftlogs.com/v1/parses/character///?api_key=<api_key>
could you help me to do in v2? thanks a lot ^^
Hi guys,
i’m new on GraphQL and i would like to get a JSON for every character’s parses, like V1:
https://www.warcraftlogs.com/v1/parses/character///?api_key=<api_key>
could you help me to do in v2? thanks a lot ^^
{
characterData
{
character(name: "char's_name", serverRegion:"char's_region", serverSlug:"char's_server")
{
zoneRankings
}
}
}
that’s the answer