Enabling for resources
GraphQL must be enabled for each of the resources you wish to query. It’s as simple as adding to your config:config/runway.php
Queries
For each resource, there’s two kinds of queries you can do. An ‘index’ query and a ‘show’ query:Index Query
Example of an index query:Show Query
Example of a show query:Relationships
If you’re using the ‘Belongs To’ or ‘Has Many’ fieldtypes provided by Runway, you can also query the related models.brand
, instead of brand_id
. Runway removes the _id
for you so you can build a nice, clean query.