LinkShopifyIdentityInput
No description
input LinkShopifyIdentityInput {
inviteToken: String!
redemptionCodeUuid: String!
}
Fields
LinkShopifyIdentityInput.inviteToken ● String! non-null scalar
The invite token used for identity linking.
LinkShopifyIdentityInput.redemptionCodeUuid ● String! non-null scalar
The UUID of the redemption code being claimed.
Member Of
linkShopifyIdentity mutation