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 7e962a2 commit dba9abcCopy full SHA for dba9abc
include/graphqlservice/GraphQLService.h
@@ -116,7 +116,7 @@ struct [[nodiscard]] RequestState : std::enable_shared_from_this<RequestState>
116
virtual ~RequestState() = default;
117
};
118
119
-namespace {
+inline namespace keywords {
120
121
using namespace std::literals;
122
@@ -131,7 +131,7 @@ constexpr std::string_view strQuery { "query"sv };
131
constexpr std::string_view strMutation { "mutation"sv };
132
constexpr std::string_view strSubscription { "subscription"sv };
133
134
-} // namespace
+} // namespace keywords
135
136
// Resolvers may be called in multiple different Operation contexts.
137
enum class [[nodiscard]] ResolverContext {
0 commit comments