Package io.fria.lilo

Class GraphQLQuery


  • public class GraphQLQuery
    extends Object
    • Constructor Detail

      • GraphQLQuery

        public GraphQLQuery​(@NotNull
                            @NotNull String query,
                            @NotNull
                            graphql.language.OperationDefinition.Operation operationType,
                            @NotNull
                            @NotNull graphql.language.Field queryNode,
                            @NotNull
                            @NotNull Map<String,​Object> arguments,
                            @Nullable
                            @Nullable Map<String,​Object> variables)
    • Method Detail

      • getArguments

        @NotNull
        public @NotNull Map<String,​Object> getArguments()
      • getOperationType

        @NotNull
        public graphql.language.OperationDefinition.Operation getOperationType()
      • getQuery

        @NotNull
        public @NotNull String getQuery()
      • getQueryNode

        @NotNull
        public @NotNull graphql.language.Field getQueryNode()
      • getVariables

        @Nullable
        public @Nullable Map<String,​Object> getVariables()