Versions in this module Expand all Collapse all v1 v1.17.92 Jul 1, 2026 Changes in this version + var AllOrderDirection = []OrderDirection + var AllUserOrderField = []UserOrderField + type OrderDirection string + const OrderDirectionAscending + const OrderDirectionDescending + func (e *OrderDirection) UnmarshalGQL(v any) error + func (e *OrderDirection) UnmarshalJSON(b []byte) error + func (e OrderDirection) IsValid() bool + func (e OrderDirection) MarshalGQL(w io.Writer) + func (e OrderDirection) MarshalJSON() ([]byte, error) + func (e OrderDirection) String() string + type PageInfo struct + EndCursor string + HasNextPage bool + HasPreviousPage bool + StartCursor string + type Query struct + type User struct + Email string + FirstName string + LastName string + type UserConnection struct + Edges []*UserEdge + PageInfo *PageInfo + TotalCount int + type UserEdge struct + Cursor string + Node *User + type UserOrderBy struct + OrderByDirection OrderDirection + OrderByField UserOrderField + type UserOrderField string + const UserOrderFieldEmail + const UserOrderFieldFirstName + const UserOrderFieldLastName + func (e *UserOrderField) UnmarshalGQL(v any) error + func (e *UserOrderField) UnmarshalJSON(b []byte) error + func (e UserOrderField) IsValid() bool + func (e UserOrderField) MarshalGQL(w io.Writer) + func (e UserOrderField) MarshalJSON() ([]byte, error) + func (e UserOrderField) String() string