Class DropTableGraphQLQuery

java.lang.Object
com.netflix.graphql.dgs.client.codegen.GraphQLQuery
io.stargate.graphql.client.DropTableGraphQLQuery

public class DropTableGraphQLQuery extends com.netflix.graphql.dgs.client.codegen.GraphQLQuery
  • Constructor Details

    • DropTableGraphQLQuery

      public DropTableGraphQLQuery(String keyspaceName, String tableName, Boolean ifExists, String queryName, Set<String> fieldsSet)
    • DropTableGraphQLQuery

      public DropTableGraphQLQuery()
  • Method Details

    • getOperationName

      public String getOperationName()
      Specified by:
      getOperationName in class com.netflix.graphql.dgs.client.codegen.GraphQLQuery
    • newRequest

      public static DropTableGraphQLQuery.Builder newRequest()