@timardex/cluemart-shared 1.4.21 → 1.4.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2580,8 +2580,8 @@ var REMOVE_USER_PRESENT_RESOURCE_MUTATION = gql23`
2580
2580
  ${USER_FIELDS_FRAGMENT}
2581
2581
  `;
2582
2582
  var SELECT_STANDARD_PACKAGE_MUTATION = gql23`
2583
- mutation selectStandardPackage {
2584
- selectStandardPackage {
2583
+ mutation selectStandardPackage($selectedLicence: LicencesEnumType!) {
2584
+ selectStandardPackage(selectedLicence: $selectedLicence) {
2585
2585
  licences {
2586
2586
  ...LicenceFields
2587
2587
  }