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

io.stigg.api.operations.selections.ReportUsageBulkMutationSelections Maven / Gradle / Ivy

There is a newer version: 2.129.0
Show newest version
//
// AUTO-GENERATED FILE. DO NOT MODIFY.
//
// This class was automatically generated by Apollo GraphQL version '3.8.2'.
//
package io.stigg.api.operations.selections;

import com.apollographql.apollo3.api.CompiledArgument;
import com.apollographql.apollo3.api.CompiledField;
import com.apollographql.apollo3.api.CompiledFragment;
import com.apollographql.apollo3.api.CompiledListType;
import com.apollographql.apollo3.api.CompiledNotNullType;
import com.apollographql.apollo3.api.CompiledSelection;
import com.apollographql.apollo3.api.CompiledVariable;
import io.stigg.api.operations.fragment.selections.ReportUsageFragmentSelections;
import io.stigg.api.operations.type.GraphQLString;
import io.stigg.api.operations.type.UsageMeasurementWithCurrentUsage;
import java.util.Arrays;
import java.util.List;

public class ReportUsageBulkMutationSelections {
  private static List __reportUsageBulk = Arrays.asList(
    new CompiledField.Builder("__typename", new CompiledNotNullType(GraphQLString.type)).build(),
    new CompiledFragment.Builder("UsageMeasurementWithCurrentUsage", Arrays.asList("UsageMeasurementWithCurrentUsage")).selections(ReportUsageFragmentSelections.__root).build()
  );

  public static List __root = Arrays.asList(
    new CompiledField.Builder("reportUsageBulk", new CompiledNotNullType(new CompiledListType(new CompiledNotNullType(UsageMeasurementWithCurrentUsage.type)))).arguments(Arrays.asList(new CompiledArgument.Builder("input", new CompiledVariable("input")).build())).selections(__reportUsageBulk).build()
  );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy