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.
Actions