@jetshop/core 6.1.0 → 6.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/data/mutations/signup.gql +0 -1
- package/package.json +1 -1
- package/types.d.ts +1 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
@@ -2059,6 +2059,7 @@ export type MutationLoginArgs = {
|
|
2059
2059
|
memberNumber?: Maybe<Scalars['String']>;
|
2060
2060
|
externalHashId?: Maybe<Scalars['String']>;
|
2061
2061
|
timeStamp?: Maybe<Scalars['String']>;
|
2062
|
+
customerId?: Maybe<Scalars['Int']>;
|
2062
2063
|
cartId?: Maybe<Scalars['String']>;
|
2063
2064
|
};
|
2064
2065
|
|