Closed notrab closed 4 years ago
This PR enables queries such as:
{ allChecProduct { nodes { name categories { name } } } }
and
{ allChecCategory { nodes { id products { name internal { type } id } } } }
:tada: This PR is included in version 1.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR enables queries such as:
and