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 0929f3e commit c63f6caCopy full SHA for c63f6ca
include/graphqlservice/GraphQLSchema.h
@@ -82,6 +82,8 @@ class Schema : public std::enable_shared_from_this<Schema>
82
class BaseType : public std::enable_shared_from_this<BaseType>
83
{
84
public:
85
+ GRAPHQLSERVICE_EXPORT virtual ~BaseType() = default;
86
+
87
// Accessors
88
GRAPHQLSERVICE_EXPORT introspection::TypeKind kind() const noexcept;
89
GRAPHQLSERVICE_EXPORT virtual std::string_view name() const noexcept;
0 commit comments