Shopify graphql customerCreate
Using the storefront api with graphql-yoga server. Got the playground open to test queries and mutations. According to the documentation this should work for creating a customer mutation { customerCreate( input: { firstName: "dave", lastName: "smith", email: "[email protected]", password: "HiZqFuDvDdQ7",…