Subgraphs
List subgraphs
List all subgraphs in the current project, ordered by name then version. When pagination.next_page_token is non-null there are more results: pass it back as page_token to fetch the next page. A page can contain fewer than page_size items and still have a next page.
GET
Error
Authorizations
API token generated from the Goldsky Dashboard. Pass as: Authorization: Bearer
Query Parameters
Maximum rows to return. Defaults to 50.
Required range:
1 <= x <= 200The pagination.next_page_token from a previous response. Omit for the first page.