Skip to content

Commit d45c43d

Browse files
committed
Update README
1 parent 0e8ea3a commit d45c43d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)