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 f5e7eb2 commit a6005b5Copy full SHA for a6005b5
include/graphqlservice/GraphQLService.h
@@ -892,8 +892,7 @@ struct Result
892
AwaitableObject<std::shared_ptr<const Object>>, AwaitableScalar<Type>>;
893
894
// Convert a single value of the specified type to JSON.
895
- [[nodiscard]] static AwaitableResolver convert(
896
- typename future_type result, ResolverParams params);
+ [[nodiscard]] static AwaitableResolver convert(future_type result, ResolverParams params);
897
898
// Validate a single scalar value is the expected type.
899
static void validateScalar(const response::Value& value);
0 commit comments