staffMember
One staff member of the business the request is scoped to (the @handle whose page is being viewed) — how a public profile sheet fetches the schedule behind a staff member it only knows the id of, without the page query carrying every member's sessions up front. Null when the request has no business scope, or the id belongs to another business or a removed member.
Arguments
idID!Returns
See StaffMember for the full shape.
Try it
Authentication
Example
Query
query StaffMember($id: ID!) {
staffMember(id: $id) {
__typename
}
}
Variables
{}
POST
https://go.sessions.website/api/graphql