OBJECT
GivexSettings
Givex settings for ecommerce.
link GraphQL Schema definition
- type GivexSettings {
- CategoryTypeEnum! :
- # Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # In string with currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- Float :
- String! :
- ID :
- String! :
- Boolean! :
- String :
- String :
- String! :
- String! :
- String :
- StatusTypeEnum! :
- String :
- }