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

io.stigg.api.operations.selections.PreviewNextInvoiceMutationSelections 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.CompiledNotNullType;
import com.apollographql.apollo3.api.CompiledSelection;
import com.apollographql.apollo3.api.CompiledVariable;
import io.stigg.api.operations.fragment.selections.SubscriptionInvoicePreviewFragmentSelections;
import io.stigg.api.operations.type.GraphQLString;
import io.stigg.api.operations.type.SubscriptionInvoicePreview;
import java.util.Arrays;
import java.util.List;

public class PreviewNextInvoiceMutationSelections {
  private static List __previewNextInvoice = Arrays.asList(
    new CompiledField.Builder("__typename", new CompiledNotNullType(GraphQLString.type)).build(),
    new CompiledFragment.Builder("SubscriptionInvoicePreview", Arrays.asList("SubscriptionInvoicePreview")).selections(SubscriptionInvoicePreviewFragmentSelections.__root).build()
  );

  public static List __root = Arrays.asList(
    new CompiledField.Builder("previewNextInvoice", new CompiledNotNullType(SubscriptionInvoicePreview.type)).arguments(Arrays.asList(new CompiledArgument.Builder("input", new CompiledVariable("input")).build())).selections(__previewNextInvoice).build()
  );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy