johhansantana
09/13/2017, 11:48 PMWhen you submit multiple mutations or queries in the same http request they all count towards your request limit
does this mean in a query like so:
{
post(id:"123") {
id
title
comments {
id
comment
}
}
}
it will count as 2 queries? since it's fetching the post and the comments of the post?