TransferPlayerCodeListingInput
No description
input TransferPlayerCodeListingInput {
appId: BigInt!
listingId: String!
toOwnerKind: PlayerCodeOwnerKind!
toOwnerRef: BigInt!
}
Fields
TransferPlayerCodeListingInput.appId ● BigInt! non-null scalar
Numeric app id that owns the listing.
TransferPlayerCodeListingInput.listingId ● String! non-null scalar
UUID of the listing to transfer.
TransferPlayerCodeListingInput.toOwnerKind ● PlayerCodeOwnerKind! non-null enum
New owner kind (USER or ORG).
TransferPlayerCodeListingInput.toOwnerRef ● BigInt! non-null scalar
Numeric user id or org id of the new owner, per toOwnerKind.
Member Of
transferPlayerCodeListing mutation