A successful GraphQL response. Note that GraphQL servers can return bothdata and errors at the same time (partial success). When that happens,
the client will throw AppSyncGraphQLError by default — disable that
with throwOnGraphQLError: false to receive the raw response.
A successful GraphQL response. Note that GraphQL servers can return both
dataanderrorsat the same time (partial success). When that happens, the client will throw AppSyncGraphQLError by default — disable that withthrowOnGraphQLError: falseto receive the raw response.