@opexa/portal-sdk 0.0.76 → 0.0.77
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.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/dist/services/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1077,7 +1077,11 @@
|
|
|
1077
1077
|
}
|
|
1078
1078
|
}
|
|
1079
1079
|
`,At=n`
|
|
1080
|
-
query ReferralCommissions(
|
|
1080
|
+
query ReferralCommissions(
|
|
1081
|
+
$after: Cursor
|
|
1082
|
+
$first: Int
|
|
1083
|
+
$filter: MemberReferralCommissionFilterInput
|
|
1084
|
+
) {
|
|
1081
1085
|
member {
|
|
1082
1086
|
referralCommissions(after: $after, first: $first, filter: $filter) {
|
|
1083
1087
|
edges {
|