nexus-5-frontend-2/src/lib/graphql/mutations/sessions/OpenProjectSession.graphql
2026-01-26 11:28:04 -05:00

9 lines
147 B
GraphQL

mutation OpenProjectSession($input: ProjectSessionStartInput!) {
openProjectSession(input: $input) {
id
projectId
scopeId
customerId
}
}