How can I fetch relational Airtable data using Gridsome and GraphQL?

How can I join Airtable ‘Creators’ with ‘Items’ via Gridsome GraphQL? See config and query samples below.

module.exports={site:'NM',plugins:[{use:'g-air',key:'k',bid:'b',tbl:'Itm'}]}; query{allItms{node{id}}};

hey u might need to add lookup fields in your airtable config to join créators and items. then query the lookup field thru gridsome’s graphQl. hope this works for u!