GraphQL reference

CreateTradeInput

Input

Autogenerated 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

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