From 3349f9db07679c2abe292844e36ef23aa323d78d Mon Sep 17 00:00:00 2001 From: Simon Sawert Date: Thu, 30 Jan 2025 21:55:00 +0100 Subject: [PATCH] Remove faulty colon from Authorization example Fixes #345 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b13b051..d48188e7 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ One of the following 2 parameters is required, in case of providing both of them Optional settings: -- `remote_schema_headers` - extra headers that are passed along with introspection query, eg. `{"Authorization" = "Bearer: token"}`. To include an environment variable in a header value, prefix the variable with `$`, eg. `{"Authorization" = "$AUTH_TOKEN"}` +- `remote_schema_headers` - extra headers that are passed along with introspection query, eg. `{"Authorization" = "Bearer token"}`. To include an environment variable in a header value, prefix the variable with `$`, eg. `{"Authorization" = "$AUTH_TOKEN"}` - `remote_schema_verify_ssl` (defaults to `true`) - a flag that specifies wheter to verify ssl while introspecting remote schema - `target_package_name` (defaults to `"graphql_client"`) - name of generated package - `target_package_path` (defaults to cwd) - path where to generate package