Hi there
I am trying to extend Graphql I just created a hook of addons/graphql_api/schemas/graphql_types/query.php in my addon addons/graphql_api/schemas/graphql_types/query.post.php
the issue raised is that the new hook file query.post.php override all queries in the original file
addons/graphql_api/schemas/graphql_types/query.php
if you check Service class in app/addons/graphql_api/Tygh/Addons/GraphqlApi/Service.php
you will see it loading schema just like normal like other schema except for graphql, it's really weird!!
I have cleared cache file manually multiple time but still the same issue.
Is this addon really extendable ????