paste.mozilla.org allows you to share code snippets and notes with others. These pastes require a link to be viewed; they are not private. Anyone with the link is able to see the paste and also delete it.


Please refrain from sharing personal or sensitive information on this website to avoid it being viewed by other parties.

query RsvpPortalParkingSessions($rsvpPortalId: ID!) {
rsvpPortalParkingSessions(rsvpPortalId: $rsvpPortalId) {
hashid
rateName
startTime
endTime
voided
transactionHistory {
id
total
__typename
}
zone {
zoneId
hashid
address {
street
city
__typename
}
__typename
}
__typename
}
}