graphql_query
Run arbitrary GraphQL queries on GitHub's v4 API to fetch nested data, such as organization teams and members, in one round trip.
Instructions
Run an arbitrary GraphQL query against GitHub's v4 API.
Useful for nested fetches (e.g. org -> teams -> members) in one round trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| variables | No |