Versions in this module Expand all Collapse all v0 v0.8.5 Mar 7, 2022 Changes in this version + func NewExecutableSchema(cfg Config) graphql.ExecutableSchema + type ComplexityRoot struct + Baz struct{ ... } + Foo struct{ ... } + FooFoo2 struct{ ... } + GoogleProtobufTimestamp struct{ ... } + Maps struct{ ... } + MapsBoolBoolEntry struct{ ... } + MapsFixed32Fixed32Entry struct{ ... } + MapsFixed64Fixed64Entry struct{ ... } + MapsInt32Int32Entry struct{ ... } + MapsInt64Int64Entry struct{ ... } + MapsSfixed32Sfixed32Entry struct{ ... } + MapsSfixed64Sfixed64Entry struct{ ... } + MapsSint32Sint32Entry struct{ ... } + MapsSint64Sint64Entry struct{ ... } + MapsStringBarEntry struct{ ... } + MapsStringBytesEntry struct{ ... } + MapsStringDoubleEntry struct{ ... } + MapsStringFloatEntry struct{ ... } + MapsStringFooEntry struct{ ... } + MapsStringStringEntry struct{ ... } + MapsUint32Uint32Entry struct{ ... } + MapsUint64Uint64Entry struct{ ... } + Mutation struct{ ... } + Oneof struct{ ... } + OneofParam2 struct{ ... } + OneofParam3 struct{ ... } + OneofParam4 struct{ ... } + OneofParam5 struct{ ... } + OneofParam6 struct{ ... } + PbAny struct{ ... } + Query struct{ ... } + Ref struct{ ... } + RefBar struct{ ... } + RefFoo struct{ ... } + RefFooBar struct{ ... } + RefFooBazGz struct{ ... } + Repeated struct{ ... } + Scalars struct{ ... } + Timestamp struct{ ... } + type Config struct + Complexity ComplexityRoot + Directives DirectiveRoot + Resolvers ResolverRoot + type DirectiveRoot struct + Constructs func(ctx context.Context, obj interface{}, next graphql.Resolver) (res interface{}, err error) + Oneof_Oneof1 func(ctx context.Context, obj interface{}, next graphql.Resolver) (res interface{}, err error) + Oneof_Oneof2 func(ctx context.Context, obj interface{}, next graphql.Resolver) (res interface{}, err error) + Oneof_Oneof3 func(ctx context.Context, obj interface{}, next graphql.Resolver) (res interface{}, err error) + type MapsInputResolver interface + BoolBool func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_BoolBoolEntry) error + Fixed32Fixed32 func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_Fixed32Fixed32Entry) error + Fixed64Fixed64 func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_Fixed64Fixed64Entry) error + Int32Int32 func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_Int32Int32Entry) error + Int64Int64 func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_Int64Int64Entry) error + Sfixed32Sfixed32 func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_Sfixed32Sfixed32Entry) error + Sfixed64Sfixed64 func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_Sfixed64Sfixed64Entry) error + Sint32Sint32 func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_Sint32Sint32Entry) error + Sint64Sint64 func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_Sint64Sint64Entry) error + StringBar func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_StringBarEntry) error + StringBytes func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_StringBytesEntry) error + StringDouble func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_StringDoubleEntry) error + StringFloat func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_StringFloatEntry) error + StringFoo func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_StringFooEntry) error + StringString func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_StringStringEntry) error + Uint32Uint32 func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_Uint32Uint32Entry) error + Uint64Uint64 func(ctx context.Context, obj *pb.Maps, data []*pb.Maps_Uint64Uint64Entry) error + type MapsResolver interface + BoolBool func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_BoolBoolEntry, error) + Fixed32Fixed32 func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_Fixed32Fixed32Entry, error) + Fixed64Fixed64 func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_Fixed64Fixed64Entry, error) + Int32Int32 func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_Int32Int32Entry, error) + Int64Int64 func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_Int64Int64Entry, error) + Sfixed32Sfixed32 func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_Sfixed32Sfixed32Entry, error) + Sfixed64Sfixed64 func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_Sfixed64Sfixed64Entry, error) + Sint32Sint32 func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_Sint32Sint32Entry, error) + Sint64Sint64 func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_Sint64Sint64Entry, error) + StringBar func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_StringBarEntry, error) + StringBytes func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_StringBytesEntry, error) + StringDouble func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_StringDoubleEntry, error) + StringFloat func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_StringFloatEntry, error) + StringFoo func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_StringFooEntry, error) + StringString func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_StringStringEntry, error) + Uint32Uint32 func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_Uint32Uint32Entry, error) + Uint64Uint64 func(ctx context.Context, obj *pb.Maps) ([]*pb.Maps_Uint64Uint64Entry, error) + type MutationResolver interface + ConstructsAny func(ctx context.Context, in *anypb.Any) (*pb.Any, error) + ConstructsCallWithID func(ctx context.Context) (*bool, error) + ConstructsEmpty func(ctx context.Context) (*bool, error) + ConstructsEmpty2 func(ctx context.Context) (*bool, error) + ConstructsEmpty3 func(ctx context.Context) (*bool, error) + ConstructsMaps func(ctx context.Context, in *pb.Maps) (*pb.Maps, error) + ConstructsOneof func(ctx context.Context, in *pb.Oneof) (*pb.Oneof, error) + ConstructsRef func(ctx context.Context, in *pb.Ref) (*pb.Ref, error) + ConstructsRepeated func(ctx context.Context, in *pb.Repeated) (*pb.Repeated, error) + ConstructsScalars func(ctx context.Context, in *pb.Scalars) (*pb.Scalars, error) + type OneofInputResolver interface + Param2 func(ctx context.Context, obj *pb.Oneof, data *string) error + Param3 func(ctx context.Context, obj *pb.Oneof, data *string) error + Param4 func(ctx context.Context, obj *pb.Oneof, data *string) error + Param5 func(ctx context.Context, obj *pb.Oneof, data *string) error + Param6 func(ctx context.Context, obj *pb.Oneof, data *string) error + type OneofResolver interface + Oneof1 func(ctx context.Context, obj *pb.Oneof) (pb.Oneof_Oneof1, error) + Oneof2 func(ctx context.Context, obj *pb.Oneof) (pb.Oneof_Oneof2, error) + Oneof3 func(ctx context.Context, obj *pb.Oneof) (pb.Oneof_Oneof3, error) + type QueryResolver interface + Dummy func(ctx context.Context) (*bool, error) + type ResolverRoot interface + Maps func() MapsResolver + MapsInput func() MapsInputResolver + Mutation func() MutationResolver + Oneof func() OneofResolver + OneofInput func() OneofInputResolver + Query func() QueryResolver