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.
2 parents d1781ff + 68d8129 commit 41bba0aCopy full SHA for 41bba0a
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