GridPurchaseResult
Result of purchasing a grid listing: the owned grid the buyer now holds.
type GridPurchaseResult {
gridId: BigInt!
ownershipAssigned: Boolean!
}
Fields
GridPurchaseResult.gridId ● BigInt! non-null scalar
The grid the buyer now owns.
GridPurchaseResult.ownershipAssigned ● Boolean! non-null scalar
True when ownership was assigned.
Returned By
purchaseGrid mutation