Client
Client copied to clipboard
[11.14] GraphQL API
Fixes #766
I think it's a mistake to extend
AbstractApiat all.
Maybe but I wanted to reuse AbstractApi::post(). Or should we move that in a trait?
We should just take the hit on a little duplication. Traits are horrible for this type of thing (most things imo :trollface:).
Closing due to inactivity.