CreateTradeInput
InputAutogenerated input type of CreateTrade
mutation { organization(id: $organizationId) { createTrade } }
Example
mutation CreateTrade(
$organizationId: ID!
$input: CreateTradeInput!
) {
organization(id: $organizationId) {
createTrade(input: $input) {
trade
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID! | — |
| mutationMetadata | JSON | — |
| name | String! | — |
| now | ISO8601DateTime | — |