Mutations
reorderDatagridRow
Changes the order of rows in a datagrid.
MUTATION
reorderDatagridRow(input: ReorderDatagridInput!): ReorderDatagridRowArguments
input
required
Returns
datagridRow
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Changes the order of rows in a datagrid.
reorderDatagridRow(input: ReorderDatagridInput!): ReorderDatagridRowmutation ReorderDatagridRow($input: ReorderDatagridInput!) {
reorderDatagridRow(input: $input) {
datagridRow {
LastSessionId
_ValuesCount
_created
_etag
_updated
allBatchedSiblings {
__typename
}
}
}
}{
"input": {
"etag": "string",
"id": 1,
"index": 1
}
}{
"data": {
"reorderDatagridRow": {
"datagridRow": {
"LastSessionId": "string",
"_ValuesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"allBatchedSiblings": [
{
"__typename": "DatagridRow"
}
]
}
}
}
}Was this page helpful?
mutation ReorderDatagridRow($input: ReorderDatagridInput!) {
reorderDatagridRow(input: $input) {
datagridRow {
LastSessionId
_ValuesCount
_created
_etag
_updated
allBatchedSiblings {
__typename
}
}
}
}{
"input": {
"etag": "string",
"id": 1,
"index": 1
}
}{
"data": {
"reorderDatagridRow": {
"datagridRow": {
"LastSessionId": "string",
"_ValuesCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"allBatchedSiblings": [
{
"__typename": "DatagridRow"
}
]
}
}
}
}Suggestions