Guest User

Untitled

a guest
Jul 17th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. "mutation UpdateOfferingPackageMutation($id: Int!, $data: OfferingInput!) {
  2. updateOffering(offeringId: $id, input: $data) {
  3. offeringPackage {
  4. offeringPackageOptions {
  5. offeringPackageOptionId
  6. offeringPriceTemplateId
  7. offeringPackageOptionNames {
  8. offeringPackageOptionNameId
  9. offeringPackageOptionId
  10. languageId
  11. name
  12. created
  13. modified
  14. language {
  15. languageId
  16. code
  17. countryId
  18. isActive
  19. __typename
  20. }
  21. __typename
  22. }
  23. offeringPackageOptionItems {
  24. offeringPackageOptionId
  25. offeringPackageOptionItemId
  26. offeringId
  27. logicalOperatorId
  28. logicalOperator {
  29. logicalOperatorId
  30. codeName
  31. __typename
  32. }
  33. quantity
  34. durationTypeId
  35. durationAmount
  36. created
  37. modified
  38. offering {
  39. offeringId
  40. offeringTypeId
  41. defaultLanguageId
  42. isVisible
  43. offeringService {
  44. offeringId
  45. offeringPriceTemplateId
  46. offeringPriceTemplate {
  47. offeringPriceTemplateId
  48. offeringPrices {
  49. offeringPriceId
  50. offeringPriceTemplateId
  51. durationTypeId
  52. amount
  53. amountIsPerDuration
  54. __typename
  55. }
  56. __typename
  57. }
  58. __typename
  59. }
  60. offeringAccommodation {
  61. offeringId
  62. offeringAccommodationCategoryId
  63. offeringPriceTemplateId
  64. offeringPriceTemplate {
  65. offeringPriceTemplateId
  66. offeringPrices {
  67. offeringPriceId
  68. offeringPriceTemplateId
  69. durationTypeId
  70. amount
  71. amountIsPerDuration
  72. __typename
  73. }
  74. __typename
  75. }
  76. roomTypeId
  77. bathroomTypeId
  78. mealTypeId
  79. __typename
  80. }
  81. offeringCourse {
  82. offeringCourseCategoryId
  83. offeringTimetableTemplateId
  84. offeringTimetableTemplate {
  85. offeringTimetableTemplateId
  86. offeringTimetableTemplateTypeId
  87. offeringTimetableTemplateItems {
  88. offeringTimetableTemplateItemId
  89. day
  90. start
  91. end
  92. offeringTimetableTemplateItemDescriptions {
  93. offeringTimetableTemplateItemDescriptionId
  94. languageId
  95. description
  96. __typename
  97. }
  98. __typename
  99. }
  100. schoolId
  101. name
  102. isVisible
  103. defaultLanguageId
  104. durationAmount
  105. durationTypeId
  106. perDurationTypeId
  107. hoursPerWeek
  108. __typename
  109. }
  110. __typename
  111. }
  112. offeringNames {
  113. offeringNameId
  114. name
  115. languageId
  116. created
  117. modified
  118. language {
  119. languageId
  120. code
  121. countryId
  122. isActive
  123. __typename
  124. }
  125. __typename
  126. }
  127. offeringDescriptions {
  128. offeringDescriptionId
  129. description
  130. languageId
  131. created
  132. modified
  133. language {
  134. languageId
  135. code
  136. countryId
  137. isActive
  138. __typename
  139. }
  140. __typename
  141. }
  142. isEnabled
  143. isDeleted
  144. __typename
  145. }
  146. __typename
  147. }
  148. offeringPackageOptionFeeItems {
  149. offeringPackageOptionId
  150. offeringPackageOptionFeeItemId
  151. feeId
  152. fee {
  153. feeId
  154. schoolId
  155. isVisible
  156. isGlobal
  157. defaultLanguageId
  158. name
  159. description
  160. feeNames {
  161. feeNameId
  162. feeId
  163. name
  164. languageId
  165. __typename
  166. }
  167. feePrices {
  168. feePriceId
  169. feeId
  170. isRepeating
  171. amount
  172. repeatDurationAmount
  173. repeatDurationTypeId
  174. __typename
  175. }
  176. __typename
  177. }
  178. __typename
  179. }
  180. offeringPriceTemplate {
  181. offeringPriceTemplateId
  182. offeringPriceTemplateRuleTypeId
  183. schoolId
  184. name
  185. isVisible
  186. isTiered
  187. start
  188. end
  189. carryOverOfferingPriceTemplateId
  190. allowExpiredBookings
  191. offeringPrices {
  192. offeringPriceId
  193. offeringPriceTemplateId
  194. minDuration
  195. maxDuration
  196. durationTypeId
  197. amount
  198. amountIsPerDuration
  199. start
  200. end
  201. position
  202. __typename
  203. }
  204. __typename
  205. }
  206. __typename
  207. }
  208. __typename
  209. }
  210. __typename
  211. }
  212. }
  213. "
Add Comment
Please, Sign In to add comment