Mutations
createKitForRun
Creates a kit of parts required for a specific run.
MUTATION
createKitForRun(input: CreateKitForRunInput!): CreateKitForRunArguments
input
required
Returns
partKit
Mutation
mutation CreateKitForRun($input: CreateKitForRunInput!) {
createKitForRun(input: $input) {
partKit {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
_AttributesCount
}
}
}Variables
{
"input": {
"runId": "id"
}
}Response
{
"data": {
"createKitForRun": {
"partKit": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_AssigneesCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1,
"_AttributesCount": 1
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation CreateKitForRun($input: CreateKitForRunInput!) {
createKitForRun(input: $input) {
partKit {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
_AttributesCount
}
}
}Variables
{
"input": {
"runId": "id"
}
}Response
{
"data": {
"createKitForRun": {
"partKit": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_AssigneesCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1,
"_AttributesCount": 1
}
}
}
}