Skip to content

Commit

Permalink
fix: GraphQLAPI.setSchemaConfig README example (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
themgt authored Dec 7, 2020
1 parent aeedcc3 commit 01a1ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/monaco-graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GraphQLAPI.updateSchemaConfig({
same as the above, except it overwrites the entire schema config

```ts
GraphQLAPI.updateSchemaConfig({
GraphQLAPI.setSchemaConfig({
uri: 'https://my/schema',
requestOptions: {
headers: { Authorization: 'Bear Auth 2134' },
Expand Down

0 comments on commit 01a1ff7

Please sign in to comment.