Arguments
CreateTransferInput!
required
No description provided in the schema yet.
Returns
CreateTransferResponse — Represents the response returned from the createTransfer mutation.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a transfer between accounts within an application.
mutation {
createTransfer(
input: CreateTransferInput!
): CreateTransferResponse
}
CreateTransferResponse — Represents the response returned from the createTransfer mutation.