Actions
Feature #27190
closedgraphql: add plugin DSL for registering plugin fields
Description
We need a way how to extend query type with queries from plugins. The intuitive approach of using a concern will not work, because code in engine.rb gets executed on application start. That causes problems when plugin migrations are down, because graphql tries to call active record, but the tables for new types have not yet been created.
Actions