UpdateTradeInput
InputAutogenerated input type of UpdateTrade
mutation { organization(id: $organizationId) { updateTrade } }
Example
mutation UpdateTrade(
$organizationId: ID!
$input: UpdateTradeInput!
) {
organization(id: $organizationId) {
updateTrade(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 | — |