In addition to GraphQL's native scalar types, and a few of Shopify's, Submarine defines its own types.

AppliedDiscountType

The valid discount types that can be applied to an order.

ValueDescription
FIXED_AMOUNTA fixed amount in the store's currency.
PERCENTAGEA percentage of the order subtotal.

CountryCode

The supported country codes.

ValueDescription
AUAustralia.
USUnited States.

CurrencyCode

The supported currency codes.

ValueDescription
AUDAustralian dollars.
USDUnited States dollars.

MetafieldTypeKind

The type of metafield.

ValueDescription
INTEGERAn integer.
JSON_STRINGA JSON string.
STRINGA string.