Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Directives

Overview

Objects

Overview

CancelledPriceAmountAndTaxes

The amount of the price

taxes

The taxes to be applied on the price

Sample
{ "amount": { "__typename": "PriceAmount" }, "taxes": [ { "__typename": "CancelledTaxes" } ] }

CancelledTaxes

amount
PriceAmount!,non-null

Tax amount

code
String!,non-null

Tax code

Purchase tax information

rate

Tax rate

Sample
{ "amount": { "__typename": "PriceAmount" }, "code": "Example String", "purchaseTax": { "__typename": "CancelledPurchaseTax" }, "rate": 40 }

CancelledPurchaseTax

amount
Float!,non-null

Purchase tax amount

rate

Purchase tax rate

Sample
{ "amount": 40, "rate": 40 }

CreateThreadResponse

thread
Thread!,non-null

The created thread.

Sample
{ "thread": { "__typename": "Thread" } }

ReplyToThreadResponse

thread
Thread!,non-null

The updated thread.

Sample
{ "thread": { "__typename": "Thread" } }

BooleanAdditionalFieldValue

code
String!,non-null

Additional field's code

value
String!,non-null

Additional field's value

Sample
{ "code": "Example String", "value": "Example String" }

DateAdditionalFieldValue

code
String!,non-null

Additional field's code

value
String!,non-null

Additional field's value.

Sample
{ "code": "Example String", "value": "Example String" }

LinkAdditionalFieldValue

code
String!,non-null

Additional field's code

value
String!,non-null

Additional field's value

Sample
{ "code": "Example String", "value": "Example String" }

StringListAdditionalFieldValue

code
String!,non-null

Additional field's code

value
String!,non-null

Additional field's value

Sample
{ "code": "Example String", "value": "Example String" }

MultipleValuesStringListAdditionalFieldValue

code
String!,non-null

Additional field's code

values
[String!]!,non-null

Values of the additional field

Sample
{ "code": "Example String", "values": [ "Example String" ] }

NumericAdditionalFieldValue

code
String!,non-null

Additional field's code

value
String!,non-null

Additional field's value

Sample
{ "code": "Example String", "value": "Example String" }

Interfaces

Overview

Unions

Overview

Inputs

Overview

Scalars

Overview