add deposit form
This commit is contained in:
9
app/javascript/__generated__/schema.graphql
generated
9
app/javascript/__generated__/schema.graphql
generated
@@ -77,6 +77,13 @@ type CreateBuyCryptoOrderPayload {
|
||||
order: BuyCryptoOrder
|
||||
}
|
||||
|
||||
input CreateDepositOrderAttributesInput {
|
||||
"""
|
||||
Amount to be paid
|
||||
"""
|
||||
amountCents: Int!
|
||||
}
|
||||
|
||||
"""
|
||||
Autogenerated input type of CreateDepositOrder
|
||||
"""
|
||||
@@ -85,7 +92,7 @@ input CreateDepositOrderInput {
|
||||
A unique identifier for the client performing the mutation.
|
||||
"""
|
||||
clientMutationId: String
|
||||
order: CreateStakeOrderAttributesInput!
|
||||
order: CreateDepositOrderAttributesInput!
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user