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 e7cd10e commit f4ec887Copy full SHA for f4ec887
include/graphqlservice/GraphQLService.h
@@ -1494,8 +1494,8 @@ class [[nodiscard("unnecessary construction")]] Request
1494
[[nodiscard("unnecessary call")]] GRAPHQLSERVICE_EXPORT std::list<schema_error> validate(
1495
peg::ast& query) const;
1496
1497
- GRAPHQLSERVICE_EXPORT
1498
- [[nodiscard("unnecessary call")]] std::pair<std::string_view, const peg::ast_node*>
+ [[nodiscard("unnecessary call")]] GRAPHQLSERVICE_EXPORT std::pair<std::string_view,
+ const peg::ast_node*>
1499
findOperationDefinition(peg::ast& query, std::string_view operationName) const;
1500
1501
[[nodiscard("unnecessary call")]] GRAPHQLSERVICE_EXPORT response::AwaitableValue resolve(
0 commit comments