idanwe
01/03/2018, 11:56 AMmatic
01/03/2018, 12:00 PMidanwe
01/03/2018, 12:05 PMtype Ticket {
name
canPurchase
}
and the canPurchase is a custom function aggregating some logic:
e.g
is the movie started
is there still available tickets for the movie
and some other staffmatic
01/03/2018, 12:15 PMmatic
01/03/2018, 12:15 PMtype LoggedInUserPayload {
id: ID
}
extend type Query {
loggedInUser: LoggedInUserPayload!
}
matic
01/03/2018, 12:16 PMmatic
01/03/2018, 12:18 PMidanwe
01/03/2018, 4:09 PM