Help about Graphql query

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hello Folks,
Somebody cant help me with , Graphql query . This simple query give me all bookings:

query GetMyBookings {
bookings {
data
{
id
attributes {
name
date
price
}
}
}
}.
But i want to fetch only my booking (autenticated user) , and sort by date.
Only this for now :smile: