link | is |
---|---|
get-moment-by-id |
beta |
NOTE: This graphql object is currently in BETA
release and is only available with the following http request header:
x-graphql-view: BETA
This is a sample GraphQL query to get moment by id. Be sure to switch "moment-id" to the actual id you’re curious about.
query getMomentById {
moment(id: "moment-id") {
id
live
startTime
endTime
}
}
Try it out with our GraphQL tool - Get a moment by id