# Using Postman to query > **Beta** > > Zoom GraphQL is in a public beta. Go to the [Zoom GraphQL Collection](https://www.postman.com/zoom-developer/workspace/zoom-public-workspace/collection/22097587-84c52112-0ae1-4517-a32a-c95a5055b4e3) in Postman to see sample queries and mutations. The Postman collection includes sample mutations and queries for meeting, user, and recording entities. ## Add GraphQL schema to Postman You can add the Zoom GraphQL schema to Postman to see all the available types and fields. Follow these steps to do so: 1. [Download the Zoom GraphQL schema file](/graphql-ref/schema.docs.graphql). 2. In your Postman Workspace, click **Import**. 3. Click **Upload Files**, choose the Zoom GraphQL schema file, and click **Open**. 4. Select the option to **Generate collection from imported APIs** and **Link this collection as** "Documentation". 5. Click **Import**. Once it is imported, you should be able to navigate to the mutations and queries. Look in the **Body** to see the available types and fields.