[go: up one dir, main page]

Skip to content

Commit

Permalink
Args should be null
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Nov 4, 2024
1 parent 67fe93f commit 58d115d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7296,11 +7296,11 @@ type Query implements Node {
Reads and enables pagination through a set of `FuncReturnsTableMultiColRecord`.
"""
funcReturnsTableMultiCol(
a: Int!
a: Int

"""Read all values in the set after (below) this cursor."""
after: Cursor
b: Int!
b: Int

"""Read all values in the set before (above) this cursor."""
before: Cursor
Expand Down

0 comments on commit 58d115d

Please sign in to comment.