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
Copy file name to clipboardExpand all lines: website/docs/plugins/maven-plugin-goals.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ input for the subsequent `generate-client` goal.
34
34
| Property | Type | Required | Description |
35
35
| -------- | ---- | -------- | ----------- |
36
36
|`endpoint`| String | yes | Target GraphQL server SDL endpoint that will be used to download schema.<br/>**User property is**: `graphql.endpoint`. |
37
-
| `headers` | Map<String, Any> | | Optional HTTP headers to be specified on a SDL request.
37
+
| `headers` | `Map<String, Any>` | | Optional HTTP headers to be specified on a SDL request.
38
38
|`timeoutConfiguration`| TimeoutConfiguration || Optional timeout configuration (in milliseconds) to download schema from SDL endpoint before we cancel the request.<br/>**Default values are:**<br/>connect timeout = 5000<br/>read timeout = 15000.<br/> |
@@ -241,7 +241,7 @@ instead should be used to generate input for the subsequent `generate-client` go
241
241
| Property | Type | Required | Description |
242
242
| -------- | ---- | -------- | ----------- |
243
243
|`endpoint`| String | yes | Target GraphQL server endpoint that will be used to execute introspection queries.<br/>**User property is**: `graphql.endpoint`. |
244
-
|`headers`| Map<String, Any> || Optional HTTP headers to be specified on an introspection query. |
244
+
|`headers`|`Map<String, Any>`|| Optional HTTP headers to be specified on an introspection query. |
245
245
|`timeoutConfiguration`| TimeoutConfiguration || Optional timeout configuration (in milliseconds) to download schema from SDL endpoint before we cancel the request.<br/>**Default values are:**<br/>connect timeout = 5000<br/>read timeout = 15000.<br/> |
Copy file name to clipboardExpand all lines: website/versioned_docs/version-4.x.x/plugins/maven-plugin-goals.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ input for the subsequent `generate-client` goal.
34
34
| Property | Type | Required | Description |
35
35
| -------- | ---- | -------- | ----------- |
36
36
|`endpoint`| String | yes | Target GraphQL server SDL endpoint that will be used to download schema.<br/>**User property is**: `graphql.endpoint`. |
37
-
| `headers` | Map<String, Any> | | Optional HTTP headers to be specified on a SDL request.
37
+
| `headers` | `Map<String, Any>` | | Optional HTTP headers to be specified on a SDL request.
38
38
|`timeoutConfiguration`| TimeoutConfiguration || Optional timeout configuration (in milliseconds) to download schema from SDL endpoint before we cancel the request.<br/>**Default values are:**<br/>connect timeout = 5000<br/>read timeout = 15000.<br/> |
@@ -176,7 +176,7 @@ instead should be used to generate input for the subsequent `generate-client` go
176
176
| Property | Type | Required | Description |
177
177
| -------- | ---- | -------- | ----------- |
178
178
|`endpoint`| String | yes | Target GraphQL server endpoint that will be used to execute introspection queries.<br/>**User property is**: `graphql.endpoint`. |
179
-
|`headers`| Map<String, Any> || Optional HTTP headers to be specified on an introspection query. |
179
+
|`headers`|`Map<String, Any>`|| Optional HTTP headers to be specified on an introspection query. |
180
180
|`timeoutConfiguration`| TimeoutConfiguration || Optional timeout configuration (in milliseconds) to download schema from SDL endpoint before we cancel the request.<br/>**Default values are:**<br/>connect timeout = 5000<br/>read timeout = 15000.<br/> |
Copy file name to clipboardExpand all lines: website/versioned_docs/version-5.x.x/plugins/maven-plugin-goals.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ input for the subsequent `generate-client` goal.
34
34
| Property | Type | Required | Description |
35
35
| -------- | ---- | -------- | ----------- |
36
36
|`endpoint`| String | yes | Target GraphQL server SDL endpoint that will be used to download schema.<br/>**User property is**: `graphql.endpoint`. |
37
-
| `headers` | Map<String, Any> | | Optional HTTP headers to be specified on a SDL request.
37
+
| `headers` | `Map<String, Any>` | | Optional HTTP headers to be specified on a SDL request.
38
38
|`timeoutConfiguration`| TimeoutConfiguration || Optional timeout configuration (in milliseconds) to download schema from SDL endpoint before we cancel the request.<br/>**Default values are:**<br/>connect timeout = 5000<br/>read timeout = 15000.<br/> |
@@ -178,7 +178,7 @@ instead should be used to generate input for the subsequent `generate-client` go
178
178
| Property | Type | Required | Description |
179
179
| -------- | ---- | -------- | ----------- |
180
180
|`endpoint`| String | yes | Target GraphQL server endpoint that will be used to execute introspection queries.<br/>**User property is**: `graphql.endpoint`. |
181
-
|`headers`| Map<String, Any> || Optional HTTP headers to be specified on an introspection query. |
181
+
|`headers`|`Map<String, Any>`|| Optional HTTP headers to be specified on an introspection query. |
182
182
|`timeoutConfiguration`| TimeoutConfiguration || Optional timeout configuration (in milliseconds) to download schema from SDL endpoint before we cancel the request.<br/>**Default values are:**<br/>connect timeout = 5000<br/>read timeout = 15000.<br/> |
0 commit comments