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

com.commercetools.graphql.api.client.CustomFieldsCommandProjection 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 CustomFieldsCommandProjection, ROOT extends BaseSubProjectionNode> extends BaseSubProjectionNode {
  public CustomFieldsCommandProjection(PARENT parent, ROOT root) {
    super(parent, root, java.util.Optional.of("CustomFieldsCommand"));
  }

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

  public ResourceIdentifierProjection, ROOT> typeResId(
      ) {
     ResourceIdentifierProjection, ROOT> projection = new ResourceIdentifierProjection<>(this, getRoot());
     getFields().put("typeResId", projection);
     return projection;
  }

  public CustomFieldsCommandProjection typeId() {
    getFields().put("typeId", null);
    return this;
  }

  public CustomFieldsCommandProjection typeKey() {
    getFields().put("typeKey", null);
    return this;
  }

  public CustomFieldsCommandProjection fields() {
    getFields().put("fields", null);
    return this;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy