Skip to content

Instantly share code, notes, and snippets.

@ivancorrales
Created January 23, 2019 07:05
Show Gist options
  • Save ivancorrales/35b9d844de7507927d7f20abacecbc1c to your computer and use it in GitHub Desktop.
Save ivancorrales/35b9d844de7507927d7f20abacecbc1c to your computer and use it in GitHub Desktop.
query {
getMeeting(meetingId:"meeting001"){
id
organizer{
identifier
firstname
lastname
email
salary(currency:Euro)
}
room{
capacity
}
invitations {
accepted
person{
firstname
lastname
email
... on Employee {
identifier
salary
}
... on ExternalWorker {
company
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment