Mutations
createPartKit
MUTATION
createPartKit(input: CreatePartKitInput!): CreatePartKitArguments
input
required
Returns
partKit
Mutation
mutation CreatePartKit($input: CreatePartKitInput!) {
createPartKit(input: $input) {
partKit {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
_AttributesCount
}
}
}Variables
{
"input": {}
}Response
{
"data": {
"createPartKit": {
"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 CreatePartKit($input: CreatePartKitInput!) {
createPartKit(input: $input) {
partKit {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
_AttributesCount
}
}
}Variables
{
"input": {}
}Response
{
"data": {
"createPartKit": {
"partKit": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_AssigneesCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1,
"_AttributesCount": 1
}
}
}
}