Versions in this module Expand all Collapse all v0 v0.21.9 Aug 26, 2026 Changes in this version + const GraphQLMarshallerID + const GraphQLMarshallerIDType + const GraphQLMarshallerType + func IsZeroValue(value any) bool + func MarshalGQL(ctx context.Context, v any) (string, error) + type GraphQLMarshaller interface + XXX_GraphQLID func(ctx context.Context) (string, error) + XXX_GraphQLIDType func() string + XXX_GraphQLType func() string + type Selection struct + func Query() *Selection + func (s *Selection) Arg(name string, value any) *Selection + func (s *Selection) Bind(v interface{}) *Selection + func (s *Selection) Build(ctx context.Context) (string, error) + func (s *Selection) Execute(ctx context.Context, c graphql.Client) error + func (s *Selection) Select(name string) *Selection + func (s *Selection) SelectWithAlias(alias, name string) *Selection