@opexa/portal-sdk 0.0.56 → 0.0.57

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.
package/dist/index.mjs CHANGED
@@ -1063,7 +1063,7 @@ const L = n`
1063
1063
  referralCode
1064
1064
  }
1065
1065
  `, _t = n`
1066
- mutation UpdateReferralCode($input: UpdateReferralCodeInput) {
1066
+ mutation UpdateReferralCode($input: UpdateReferralCodeInput!) {
1067
1067
  updateReferralCode(input: $input) {
1068
1068
  ... on ReferralCodeNotAvailableError {
1069
1069
  __typename