Oskar Lyrstrand

Results 2 comments of Oskar Lyrstrand

Not sure if it helps, but his is how I currently do it (given the customers-example): `src/graphql/customers.graphql`: ```grapqhl query getCustomers($limit: Int) { customers(limit: $limit) { id name } } ```...

I'm looking for something similar. Someone with more experience than me that have a suggested workaround in the meantime? In my db I have `items` which can appear in multiple...