Example Mutation
A breakdown of an example GraphQL mutation in inabit
GraphQL Mutation: Create Withdrawal
Operation Name:
Operations:
query GetWalletAndBlockchainID {
wallet(id: "clol7o576002oaz011mmtnvru") {
id
}
financialAsset(id: "clefn78gv011olc6rcwtt0wel") {
id
}
blockchain(id: "clefn78em00mslc6r3lzf3h5a") {
id
}
}