Basic Queries: Open Pet Library API to test or use the link in Postman.
Return a single field.
query {
const tahoeTravelMachine = Machine({ | |
id: "tahoe-travel", | |
initial: "walking", | |
states: { | |
walking: { | |
on: { | |
THUMBS_UP: "hitchhiking", | |
ARRIVED: "arrived" | |
} | |
}, |
Return a single field.
query {