Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gloomweaver committed Jun 5, 2024
1 parent beecaa6 commit 8d5aecd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spiceaidocs/docs/data-connectors/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: 'GraphQL Data Connector Documentation'
---


The [GraphQL](https://graphql.org/) Data Connector enables federated SQL queries on any GraphQL endpoint by specifying`graphql` as the selector in the `from` value for the dataset.
The [GraphQL](https://graphql.org/) Data Connector enables federated SQL queries on any GraphQL endpoint by specifying `graphql` as the selector in the `from` value for the dataset.

```yaml
datasets:
Expand All @@ -28,8 +28,7 @@ datasets:
- The GraphQL data connector does not support pagination.
- The GraphQL data connector does not support variables in the query.
- Acceleration only works with `arrow` engine. Support for other engines is in progress.
- Object or array handling in the response is required by using the `json_path` parameter.
- Acceleration of responses nested data only works with `arrow` engine. Support for other engines is in progress.
:::
## Configuration

Expand Down

0 comments on commit 8d5aecd

Please sign in to comment.