GraphQL reference

DeleteTradeInput

Input

Autogenerated input type of DeleteTrade

mutation { organization(id: $organizationId) { deleteTrade } }

Example

mutation DeleteTrade(
  $organizationId: ID!
  $input: DeleteTradeInput!
) {
  organization(id: $organizationId) {
    deleteTrade(input: $input) {
        trade
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON
nowISO8601DateTime