Skip to content

Commit 26153a3

Browse files
committed
2nd try to clarify ModifiedArgument comment
1 parent 94f494c commit 26153a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/graphqlservice/GraphQLService.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ class Base64
199199
static char verifyToBase64(uint8_t i);
200200
};
201201

202-
// Default-nullable types may be wrapped non-null or list types in GraphQL. Since nullability is
203-
// a more special case in C++, we invert the default and apply that modifier instead when the
204-
// non-null wrapper is not present in that part of the wrapper chain.
202+
// GraphQL types are nullable by default, but they may be wrapped with non-null or list types.
203+
// Since nullability is a more special case in C++, we invert the default and apply that modifier
204+
// instead when the non-null wrapper is not present in that part of the wrapper chain.
205205
enum class TypeModifier
206206
{
207207
None,

0 commit comments

Comments
 (0)