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 about 5 years ago
- Related to Feature #26541: graphql: add plugin DSL added
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6866 added
Updated by Ondřej Pražák about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 51be8709a617086f427d8de81222df9e2cb84deb.
Updated by Ondřej Pražák about 5 years ago
- Related to Bug #27500: rake db:migrate fails on missing relation when registering fields from plugins added
Actions