#Is `query` cached per request or globally?
3 messages · Page 1 of 1 (latest)
per request
does this mean that on a separate request it will fetch the data again?
3 messages · Page 1 of 1 (latest)
Is query cached per request? The documentation doesn't seem clear about it but I'd expect so. Since I'm about to create a getViewer function it's probably best to make sure this is the case 😅
per request
does this mean that on a separate request it will fetch the data again?