这是indexloc提供的服务,不要输入任何密码
Skip to content

How can I build the query to create a customer using the client? #124

@juanlet

Description

@juanlet

How can I build the query for creating a customer with user and password using the client? It's not in the docs. I assume it has to be something like this:

client.mutation(root => {
    root.add("customerCreate", {
      args: {
        input: { email: "jessica.jiang@shopify.com", password: "test123" }
      }
    });

But it would be nice if the docs told more about the logic of building these queries with the client.
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions