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 40e2672 commit 94f494cCopy full SHA for 94f494c
include/graphqlservice/GraphQLService.h
@@ -211,7 +211,7 @@ enum class TypeModifier
211
212
// Extract individual arguments with chained type modifiers which add nullable or list wrappers.
213
// If the argument is not optional, use require and let it throw a schema_exception when the
214
-// argument is missing or not the correct type. If it's nullable, use find and check the second
+// argument is missing or not the correct type. If it's optional, use find and check the second
215
// element in the pair to see if it was found or if you just got the default value for that type.
216
template <typename Type>
217
struct ModifiedArgument
0 commit comments