You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphql-jpa-query-schema/src/main/java/com/introproventures/graphql/jpa/query/schema/impl/GraphQLJpaQueryDataFetcher.java
+4-17Lines changed: 4 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -53,14 +53,12 @@ class GraphQLJpaQueryDataFetcher extends QraphQLJpaBaseDataFetcher {
Copy file name to clipboardExpand all lines: graphql-jpa-query-schema/src/main/java/com/introproventures/graphql/jpa/query/schema/impl/GraphQLJpaSchemaBuilder.java
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -114,8 +114,7 @@ public class GraphQLJpaSchemaBuilder implements GraphQLSchemaBuilder {
114
114
privatebooleanisUseDistinctParameter = false;
115
115
privatebooleanisDefaultDistinct = true;
116
116
// the many end is a collection, and it is always optional by default (empty collection)
0 commit comments