Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions entgql/internal/todo/ent.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ type CategoryEdge {
"""
The item at the end of the edge.
"""
node: Category
node: Category!
"""
A cursor for use in pagination.
"""
Expand Down Expand Up @@ -373,7 +373,7 @@ type FriendshipEdge {
"""
The item at the end of the edge.
"""
node: Friendship
node: Friendship!
"""
A cursor for use in pagination.
"""
Expand Down Expand Up @@ -469,7 +469,7 @@ type GroupEdge {
"""
The item at the end of the edge.
"""
node: Group
node: Group!
"""
A cursor for use in pagination.
"""
Expand Down Expand Up @@ -561,7 +561,7 @@ type OneToManyEdge {
"""
The item at the end of the edge.
"""
node: OneToMany
node: OneToMany!
"""
A cursor for use in pagination.
"""
Expand Down Expand Up @@ -1032,7 +1032,7 @@ type TodoEdge {
"""
The item at the end of the edge.
"""
node: Todo
node: Todo!
"""
A cursor for use in pagination.
"""
Expand Down Expand Up @@ -1349,7 +1349,7 @@ type UserEdge {
"""
The item at the end of the edge.
"""
node: User
node: User!
"""
A cursor for use in pagination.
"""
Expand Down
79 changes: 52 additions & 27 deletions entgql/internal/todo/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading