OrganizationWithdrawal
@TODO DESCRIBE ME




POST as x-www-form-urlencoded:

https://joy.classapp.co/graphql?access_token=YOUR_TOKEN_HERE&client_id=YOUR_CLIENT_ID


OrganizationWithdrawal

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
amountwithdrawal amount
organizationIdforeign key to organization table
organizationAccountIdforeign key to organization_account table
entityIdforeign key to entity table
userIdforeign key to user table
externalIdid to identify pagarme transfer objects
statuswithdrawal status
organization@TODO DESCRIBE ME
organizationAccountorganization account that receives the money
entity@TODO DESCRIBE ME
user@TODO DESCRIBE ME
createdAn ISO-8601 encoded UTC date string of when record was created
modifiedAn ISO-8601 encoded UTC date string of when record was updated
deletedAn ISO-8601 encoded UTC date string of when record was deleted
keyRandom ID to differentiate from others
selectedHelper field for clients
highlightedHelper field for clients
expandedHelper field for clients
loadedHelper field for clients
loadingHelper field for clients

CreateOrganizationWithdrawalInput

ArgumentsTypeDescription
organizationId
Not Null
Organization that has the withdrawal
organizationAccountId
Not Null
Organization account that has the withdrawal
entityId
Not Null
entity that requested the withdrawal
amount
Not Null
withdrawal amount
clientMutationId
String
SCALAR