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 d1781ff commit 68d8129Copy full SHA for 68d8129
src/Introspection.cpp
@@ -11,7 +11,7 @@ Schema::Schema(const std::shared_ptr<schema::Schema>& schema)
11
}
12
13
service::FieldResult<std::vector<std::shared_ptr<object::Type>>> Schema::getTypes(
14
- service::FieldParams&& params) const
+ service::FieldParams&&) const
15
{
16
const auto& types = _schema->types();
17
std::vector<std::shared_ptr<object::Type>> result(types.size());
0 commit comments