Hey @HeyJoe ,
Like @DavidPezet1 , we stumble over the limitation of the max size (error: apollo GraphQL error: Response must not exceed 5242880 bytes in size
) while requesting a list of issues from a JQL query from a resolver.
We work around this issue by asking only a subset of the fields for each issue. But depending on client’s issues and queries, we might randomly still get it.