We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e19cd commit fb3ece4Copy full SHA for fb3ece4
README.md
@@ -250,7 +250,7 @@ public String field(@GraphQLDefaultValue(DefaultValue.class) String value) {
250
The `DefaultValue` class can define a `getInstance` method that will be called instead of the default constructor.
251
252
`@GraphQLDeprecate` and Java's `@Deprecated` can be used to specify a deprecated
253
-field, method or a type.
+field or method.
254
255
### Custom data fetcher
256
0 commit comments