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
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
See the [Readme](https://github.com/oembedler/spring-graphql-common#usage) and the [example](https://github.com/graphql-java-kickstart/graphql-spring-boot/tree/master/example-spring-common) for usage instructions.
182
-
183
-
#### Application Properties
184
-
```yaml
185
-
graphql:
186
-
spring-graphql-common:
187
-
clientMutationIdName: clientMutationId
188
-
injectClientMutationId: true
189
-
allowEmptyClientMutationId: false
190
-
mutationInputArgumentName: input
191
-
outputObjectNamePrefix: Payload
192
-
inputObjectNamePrefix: Input
193
-
schemaMutationObjectName: Mutation
194
-
```
195
-
196
-
197
178
# Contributions
198
179
199
180
Contributions are welcome. Please respect the [Code of Conduct](http://contributor-covenant.org/version/1/3/0/).
@@ -203,8 +184,6 @@ Contributions are welcome. Please respect the [Code of Conduct](http://contribu
203
184
204
185
`graphql-spring-boot-starter`and `graphiql-spring-boot-starter` are licensed under the MIT License. See [LICENSE](LICENSE.md) for details.
0 commit comments