--- title: 'Hygraph' description: '' --- # Hygraph undefined | Detail | Value | |---|---| | Category | CMS | | Base URL | `https://{region}.hygraph.com/v2/{project_id}/{environment}` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `hygraph` | ## Using Hygraph in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Hygraph** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_list_entries_graphql_0) | List Entries (GraphQL) | | [GET ](./get_create_entry_1) | Create Entry | | [GET ](./get_update_entry_2) | Update Entry | | [GET ](./get_publish_entry_3) | Publish Entry | | [GET ](./get_upload_asset_4) | Upload Asset | | [GET ](./get_introspect_schema_5) | Introspect Schema | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.