You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: website/docs/components/data-connectors/graphql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The GraphQL data connector can be configured by providing the following `params`
51
51
| `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`. |
52
52
| `graphql_auth_user` | The username to use for basic auth. E.g. `graphql_auth_user: my_user` |
53
53
| `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 |
55
55
| `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. |
0 commit comments