GraphQL APIQueriesMultiple queries in a requestVersion: v3.xOn this pageMultiple Queries in a Request Execution You can fetch objects of different unrelated types in the same query. Run multiple top level queries in the same request For example, fetch a list of authors and a list of articles: