Actions
Feature #26151
closedadd graphql base classes
Difficulty:
trivial
Triaged:
No
Pull request:
Description
It's recommended to create our own base classes instead of inheriting from graphql library classes directly. (similar to application record vs inheriting from ActiveRecord::Base)
We should introduce this as early as possible so plugins don't require changes later.
Updated by Timo Goebel almost 6 years ago
- Related to Tracker #22109: Foreman should support a graphql api added
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6508 added
Updated by Timo Goebel almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 6cf766e63913bae63b6a2b4f2a94381a52a573a0.
Actions