@@ -621,9 +621,6 @@ input MemberQueryArgs {
621621
622622 """Cursor for pagination before this item"""
623623 before : String
624-
625- """Return connection format with edges and pageInfo"""
626- connection : Boolean
627624}
628625
629626"""
@@ -647,9 +644,6 @@ input UserProfileQueryArgs {
647644
648645 """Cursor for pagination before this item"""
649646 before : String
650-
651- """Return connection format with edges and pageInfo"""
652- connection : Boolean
653647}
654648
655649"""Query arguments for Post with optional filter, sort, and pagination"""
@@ -671,9 +665,6 @@ input PostQueryArgs {
671665
672666 """Cursor for pagination before this item"""
673667 before : String
674-
675- """Return connection format with edges and pageInfo"""
676- connection : Boolean
677668}
678669
679670"""Query arguments for Comment with optional filter, sort, and pagination"""
@@ -695,9 +686,6 @@ input CommentQueryArgs {
695686
696687 """Cursor for pagination before this item"""
697688 before : String
698-
699- """Return connection format with edges and pageInfo"""
700- connection : Boolean
701689}
702690
703691"""
@@ -715,9 +703,6 @@ input ReactionQueryArgs {
715703
716704 """Cursor for pagination before this item"""
717705 before : String
718-
719- """Return connection format with edges and pageInfo"""
720- connection : Boolean
721706}
722707
723708"""Query arguments for Follow with optional filter, sort, and pagination"""
@@ -739,9 +724,6 @@ input FollowQueryArgs {
739724
740725 """Cursor for pagination before this item"""
741726 before : String
742-
743- """Return connection format with edges and pageInfo"""
744- connection : Boolean
745727}
746728
747729"""Query arguments for Tag with optional filter, sort, and pagination"""
@@ -763,9 +745,6 @@ input TagQueryArgs {
763745
764746 """Cursor for pagination before this item"""
765747 before : String
766-
767- """Return connection format with edges and pageInfo"""
768- connection : Boolean
769748}
770749
771750"""
@@ -789,7 +768,4 @@ input TagsOnPostsQueryArgs {
789768
790769 """Cursor for pagination before this item"""
791770 before : String
792-
793- """Return connection format with edges and pageInfo"""
794- connection : Boolean
795771}
0 commit comments