File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ should be defined as `graphql.client.url` in your Spring Boot configuration file
3636
3737| Property | Description |
3838|----------|-------------|
39- | url | Full URL of the GraphQL API to connect to, e.g. https://graphql.github.com/graphql |
40- | oauth2.client-id | OAuth2 client id |
41- | oauth2.client-secret | OAuth2 client secret |
42- | oauth2.token-uri | Token URI of the identity provider |
43- | oauth2.authorization-grant-type | By default the grant type `client_credentials` is used |
39+ | ` url` | Full URL of the GraphQL API to connect to, e.g. https://graphql.github.com/graphql |
40+ | ` oauth2.client-id` | OAuth2 client id |
41+ | ` oauth2.client-secret` | OAuth2 client secret |
42+ | ` oauth2.token-uri` | Token URI of the identity provider |
43+ | ` oauth2.authorization-grant-type` | By default the grant type `client_credentials` is used |
4444
4545
You can’t perform that action at this time.
0 commit comments