Skip to content

Commit

Permalink
Issue #547: fix GraphQL query name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-vi committed Aug 30, 2023
1 parent 177b998 commit 8461e79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public Uni<Connection<DocTypeField>> getDocTypeFields(
}

@Query
public Uni<Connection<DocTypeField>> getDocTypeFields(
public Uni<Connection<DocTypeField>> getDocTypeFieldsByParent(
@Description("fetching only nodes after this node (exclusive)") String after,
@Description("fetching only nodes before this node (exclusive)") String before,
@Description("fetching only the first certain number of nodes") Integer first,
Expand Down

0 comments on commit 8461e79

Please sign in to comment.