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.
Updated by Ondřej Pražák over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 51be8709a617086f427d8de81222df9e2cb84deb.
Actions