Skip to content

booking

booking(id: ID!): Booking

One booking, by id.

Arguments

idID!

Returns

Booking

See Booking for the full shape.

Try it

Authentication
Example
Query
query Booking($id: ID!) {
  booking(id: $id) {
    __typename
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql