Mutations
createPlanReservation
MUTATION
createPlanReservation(input: CreatePlanReservationInput!): CreatePlanReservationArguments
input
required
Returns
planReservation
Mutation
mutation CreatePlanReservation($input: CreatePlanReservationInput!) {
createPlanReservation(input: $input) {
planReservation {
LastSessionId
_created
_etag
_updated
createdBy {
LastSessionId
Organization {
__typename
}
_ActiveSessionsCount
_AnalyticsCredentialCount
_ApiKeysCount
_PermissionGroupsCount
}
createdByApiClient {
id
name
}
}
}
}Variables
{
"input": {
"quantity": 1.5
}
}Response
{
"data": {
"createPlanReservation": {
"planReservation": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"createdBy": {
"LastSessionId": "string",
"Organization": {
"__typename": "Organization"
},
"_ActiveSessionsCount": 1,
"_AnalyticsCredentialCount": 1,
"_ApiKeysCount": 1,
"_PermissionGroupsCount": 1
},
"createdByApiClient": {
"id": 1,
"name": "string"
}
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation CreatePlanReservation($input: CreatePlanReservationInput!) {
createPlanReservation(input: $input) {
planReservation {
LastSessionId
_created
_etag
_updated
createdBy {
LastSessionId
Organization {
__typename
}
_ActiveSessionsCount
_AnalyticsCredentialCount
_ApiKeysCount
_PermissionGroupsCount
}
createdByApiClient {
id
name
}
}
}
}Variables
{
"input": {
"quantity": 1.5
}
}Response
{
"data": {
"createPlanReservation": {
"planReservation": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"createdBy": {
"LastSessionId": "string",
"Organization": {
"__typename": "Organization"
},
"_ActiveSessionsCount": 1,
"_AnalyticsCredentialCount": 1,
"_ApiKeysCount": 1,
"_PermissionGroupsCount": 1
},
"createdByApiClient": {
"id": 1,
"name": "string"
}
}
}
}
}