Skip to content

Commit fee751a

Browse files
claudespiceClaude
andauthored
fix: Correct graphql_query parameter description (copy-paste error) (#1446)
The `graphql_query` parameter description incorrectly said "The username to use for basic auth" which was copied from the `graphql_auth_user` row above. Fixed to describe the actual purpose of the parameter. Co-authored-by: Claude <claude@spices-MacBook.localdomain>
1 parent b31f2d9 commit fee751a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/components/data-connectors/graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The GraphQL data connector can be configured by providing the following `params`
5151
| `graphql_auth_token` | The authentication token to use to connect to the GraphQL server. Uses bearer authentication by default, or sent via the custom header specified by `graphql_auth_header`. |
5252
| `graphql_auth_user` | The username to use for basic auth. E.g. `graphql_auth_user: my_user` |
5353
| `graphql_auth_pass` | The password to use for basic auth. E.g. `graphql_auth_pass: ${secrets:my_graphql_auth_pass}` |
54-
| `graphql_query` | The username to use for basic auth. See [examples](#examples) for a sample GraphQL query |
54+
| `graphql_query` | The GraphQL query to execute. See [examples](#examples) for a sample GraphQL query |
5555
| `json_pointer` | The [JSON pointer](https://datatracker.ietf.org/doc/html/rfc6901) into the response body. When `graphql_query` is [paginated](#pagination), the `json_pointer` can be inferred. |
5656

5757
#### GraphQL Query Example

0 commit comments

Comments
 (0)