Get 'id' from '$route.params'-URL to call it in useQuery
I’m working on a simple blog, I’m using Vue3 and Villus to send GraphQL queries. I build a component that shows all my posts. This works fine, in this component I send the ID in the URL for a single Post. For that, I build a blogpost_gql component. I need the ID for a GraphQL… Read More Get 'id' from '$route.params'-URL to call it in useQuery