DeleteGridInput
Identifies a studio-created grid to delete. The default open-by-default world grid and grids that still contain nested child grids cannot be removed.
input DeleteGridInput {
appId: BigInt!
gridId: BigInt!
}
Fields
DeleteGridInput.appId ● BigInt! non-null scalar
The app (tenant) that owns the grid.
DeleteGridInput.gridId ● BigInt! non-null scalar
The grid to delete.
Member Of
deleteGrid mutation