OBJECT
GiftCertificateGenerator
link GraphQL Schema definition
1 type GiftCertificateGenerator implements ObjectWithTranslations { 2 : Int!  3 4 : String!  5 6 : Status!  7 8 : GiftCertificateType!  9 10 : Boolean!  11 12 : Boolean!  13 14 #   Will be empty for DYNAMIC_PRICE_OFF 15 #  16 #   All elements are always returned 17 : [MonetaryValue!]!  18 19 #   Required permission: Translation:read 20 #  21 #   All elements are always returned 22 #  23 # Arguments 24 #   where: (self-explanatory) 25 (: TranslationFilter): [LanguageTranslation!]!  26 27 #   Required permission: Store:read 28 #  29 #   Store restrictions apply. 30 : Store!  31 32 #   Required permission: Voucher:read 33 #  34 #   Limit must be in range 1 - 200 35 #  36 #   Store restrictions apply. 37 #  38 # Arguments 39 #   where: (self-explanatory) 40 #   sort: (self-explanatory) 41 #   limit: (self-explanatory) 42 #   page: (self-explanatory) 43 (: VoucherFilter, : [VoucherSort], : Int = 20, : Int = 1): [Voucher!]!  44 45 }