Versions in this module Expand all Collapse all v0 v0.23.2 Sep 18, 2024 Changes in this version + var E_Field = &file_graphql_proto_extTypes[1] + var E_Schema = &file_graphql_proto_extTypes[2] + var E_Service = &file_graphql_proto_extTypes[0] + var File_graphql_proto protoreflect.FileDescriptor + var GraphqlType_name = map[int32]string + var GraphqlType_value = map[string]int32 + type GraphqlField struct + Default string + Name string + Omit bool + Required bool + Resolver string + func (*GraphqlField) Descriptor() ([]byte, []int) + func (*GraphqlField) ProtoMessage() + func (x *GraphqlField) GetDefault() string + func (x *GraphqlField) GetName() string + func (x *GraphqlField) GetOmit() bool + func (x *GraphqlField) GetRequired() bool + func (x *GraphqlField) GetResolver() string + func (x *GraphqlField) ProtoReflect() protoreflect.Message + func (x *GraphqlField) Reset() + func (x *GraphqlField) String() string + type GraphqlRequest struct + Name string + Plucks []string + func (*GraphqlRequest) Descriptor() ([]byte, []int) + func (*GraphqlRequest) ProtoMessage() + func (x *GraphqlRequest) GetName() string + func (x *GraphqlRequest) GetPlucks() []string + func (x *GraphqlRequest) ProtoReflect() protoreflect.Message + func (x *GraphqlRequest) Reset() + func (x *GraphqlRequest) String() string + type GraphqlResponse struct + Pluck string + Required bool + func (*GraphqlResponse) Descriptor() ([]byte, []int) + func (*GraphqlResponse) ProtoMessage() + func (x *GraphqlResponse) GetPluck() string + func (x *GraphqlResponse) GetRequired() bool + func (x *GraphqlResponse) ProtoReflect() protoreflect.Message + func (x *GraphqlResponse) Reset() + func (x *GraphqlResponse) String() string + type GraphqlSchema struct + Name string + Request *GraphqlRequest + Response *GraphqlResponse + Type GraphqlType + func (*GraphqlSchema) Descriptor() ([]byte, []int) + func (*GraphqlSchema) ProtoMessage() + func (x *GraphqlSchema) GetName() string + func (x *GraphqlSchema) GetRequest() *GraphqlRequest + func (x *GraphqlSchema) GetResponse() *GraphqlResponse + func (x *GraphqlSchema) GetType() GraphqlType + func (x *GraphqlSchema) ProtoReflect() protoreflect.Message + func (x *GraphqlSchema) Reset() + func (x *GraphqlSchema) String() string + type GraphqlService struct + Host string + Insecure bool + func (*GraphqlService) Descriptor() ([]byte, []int) + func (*GraphqlService) ProtoMessage() + func (x *GraphqlService) GetHost() string + func (x *GraphqlService) GetInsecure() bool + func (x *GraphqlService) ProtoReflect() protoreflect.Message + func (x *GraphqlService) Reset() + func (x *GraphqlService) String() string + type GraphqlType int32 + const GraphqlType_MUTATION + const GraphqlType_QUERY + const GraphqlType_RESOLVER + func (GraphqlType) Descriptor() protoreflect.EnumDescriptor + func (GraphqlType) EnumDescriptor() ([]byte, []int) + func (GraphqlType) Type() protoreflect.EnumType + func (x GraphqlType) Enum() *GraphqlType + func (x GraphqlType) Number() protoreflect.EnumNumber + func (x GraphqlType) String() string