GridClaimRequest
A pending or decided grid claim request (claim policy 'approval'). Approval assigns grid_ownership to the requester.
type GridClaimRequest {
requestId: String!
appId: BigInt!
gridId: BigInt!
requesterUserId: BigInt!
status: String!
createdAt: DateTime!
}
Fields
GridClaimRequest.requestId ● String! non-null scalar
UUID of the request.
GridClaimRequest.appId ● BigInt! non-null scalar
App of the grid.
GridClaimRequest.gridId ● BigInt! non-null scalar
The grid being claimed.
GridClaimRequest.requesterUserId ● BigInt! non-null scalar
The requesting player.
GridClaimRequest.status ● String! non-null scalar
Request status: 'pending', 'approved', 'denied', or 'cancelled'.
GridClaimRequest.createdAt ● DateTime! non-null scalar
When the request was created.
Returned By
decideGridClaim mutation ● gridClaimRequests query