All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.commercetools.graphql.api.client.CustomerSignUpProjectionRoot Maven / Gradle / Ivy

There is a newer version: 17.15.1
Show newest version
package com.commercetools.graphql.api.client;

import com.netflix.graphql.dgs.client.codegen.BaseSubProjectionNode;

public class CustomerSignUpProjectionRoot, ROOT extends BaseSubProjectionNode> extends BaseSubProjectionNode {
  public CustomerSignUpProjectionRoot() {
    super(null, null, java.util.Optional.of("CustomerSignInResult"));
  }

  public CustomerSignUpProjectionRoot __typename() {
    getFields().put("__typename", null);
    return this;
  }

  public CustomerProjection, CustomerSignUpProjectionRoot> customer(
      ) {
    CustomerProjection, CustomerSignUpProjectionRoot> projection = new CustomerProjection<>(this, this);    
    getFields().put("customer", projection);
    return projection;
  }

  public CartProjection, CustomerSignUpProjectionRoot> cart(
      ) {
    CartProjection, CustomerSignUpProjectionRoot> projection = new CartProjection<>(this, this);    
    getFields().put("cart", projection);
    return projection;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy