jar

com.wappcode.java.graphql : gql-utilities

Maven & Gradle

Oct 20, 2023
0 stars

com.wappcode.java.graphql:gql-utilities · Utilities for graphql on Spring Boot. Create JPA Queries to filtering and sorting from graphql args

Table Of Contents

Latest Version

Download com.wappcode.java.graphql : gql-utilities JAR file - Latest Versions:

All Versions

Download com.wappcode.java.graphql : gql-utilities JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gql-utilities-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.wappcode.java.graphql.library

├─ com.wappcode.java.graphql.library.ConnectionFetcher.class - [JAR]

├─ com.wappcode.java.graphql.library.QueryFilter.class - [JAR]

├─ com.wappcode.java.graphql.library.QueryJoins.class - [JAR]

├─ com.wappcode.java.graphql.library.QuerySort.class - [JAR]

com.wappcode.java.graphql.models

├─ com.wappcode.java.graphql.models.ConnectionInput.class - [JAR]

├─ com.wappcode.java.graphql.models.FilterConditionInput.class - [JAR]

├─ com.wappcode.java.graphql.models.FilterGroupInput.class - [JAR]

├─ com.wappcode.java.graphql.models.FilterLogic.class - [JAR]

├─ com.wappcode.java.graphql.models.FilterOperator.class - [JAR]

├─ com.wappcode.java.graphql.models.FilterValue.class - [JAR]

├─ com.wappcode.java.graphql.models.GQLConnection.class - [JAR]

├─ com.wappcode.java.graphql.models.GQLEdge.class - [JAR]

├─ com.wappcode.java.graphql.models.GQLPageInfo.class - [JAR]

├─ com.wappcode.java.graphql.models.JoinInput.class - [JAR]

├─ com.wappcode.java.graphql.models.JoinType.class - [JAR]

├─ com.wappcode.java.graphql.models.PaginationInput.class - [JAR]

├─ com.wappcode.java.graphql.models.PostInput.class - [JAR]

├─ com.wappcode.java.graphql.models.SortDirection.class - [JAR]

├─ com.wappcode.java.graphql.models.SortGroupInput.class - [JAR]

├─ com.wappcode.java.graphql.models.UserInput.class - [JAR]