Contentful GraphQL API and Batch Queries

Can the GraphQL API handle batch queries? I am using Apollo GraphQL client’s BatchHttpLink, which batches multiple queries and sends it to the endpoint in an array. However, I keep on getting an error that says the query cannot be found:

Does Contentful have a different API endpoint for batch fetch queries?