9 lines
147 B
GraphQL
9 lines
147 B
GraphQL
mutation OpenProjectSession($input: ProjectSessionStartInput!) {
|
|
openProjectSession(input: $input) {
|
|
id
|
|
projectId
|
|
scopeId
|
|
customerId
|
|
}
|
|
}
|