File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/main/java/graphql/schema/idl Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ public static Options defaultOptions() {
199
199
* descriptions are the sanctioned way to make scheme element descriptions.
200
200
*
201
201
* @param useCommentsAsDescription the flag to control whether comments can be used as schema element descriptions
202
+ *
202
203
* @return a new Options object
203
204
*/
204
205
public Options useCommentsAsDescriptions (boolean useCommentsAsDescription ) {
@@ -210,6 +211,7 @@ public Options useCommentsAsDescriptions(boolean useCommentsAsDescription) {
210
211
* some tooling may require them.
211
212
*
212
213
* @param captureAstDefinitions the flag on whether to capture AST definitions
214
+ *
213
215
* @return a new Options object
214
216
*/
215
217
public Options captureAstDefinitions (boolean captureAstDefinitions ) {
@@ -222,6 +224,7 @@ public Options captureAstDefinitions(boolean captureAstDefinitions) {
222
224
* elements. This flag allows you to only use {@link graphql.schema.GraphQLAppliedDirective} on schema elements.
223
225
*
224
226
* @param useAppliedDirectivesOnly the flag on whether to use {@link graphql.schema.GraphQLAppliedDirective}s only on schema elements
227
+ *
225
228
* @return a new Options object
226
229
*/
227
230
public Options useAppliedDirectivesOnly (boolean useAppliedDirectivesOnly ) {
You can’t perform that action at this time.
0 commit comments