Documentation ¶
Index ¶
- Variables
- type Field
- type Oneof
- type Rpc
- func (*Rpc) Descriptor() ([]byte, []int)deprecated
- func (x *Rpc) GetIgnore() bool
- func (x *Rpc) GetMutation() string
- func (m *Rpc) GetPattern() isRpc_Pattern
- func (x *Rpc) GetQuery() string
- func (*Rpc) ProtoMessage()
- func (x *Rpc) ProtoReflect() protoreflect.Message
- func (x *Rpc) Reset()
- func (x *Rpc) String() string
- type Rpc_Mutation
- type Rpc_Query
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // field defines the graphql information for the field // // optional graphql.v1.Field field = 95279528; E_Field = &file_graphql_v1_extend_proto_extTypes[1] )
Extension fields to descriptorpb.FieldOptions.
View Source
var ( // oneof defines the graphql information for the oneof // // optional graphql.v1.Oneof oneof = 95279528; E_Oneof = &file_graphql_v1_extend_proto_extTypes[2] )
Extension fields to descriptorpb.OneofOptions.
View Source
var ( // rpc defines the graphql information for the method // // optional graphql.v1.Rpc rpc = 95279528; E_Rpc = &file_graphql_v1_extend_proto_extTypes[0] )
Extension fields to descriptorpb.MethodOptions.
View Source
var File_graphql_v1_extend_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct { // required the field is required Required bool `protobuf:"varint,1,opt,name=required,proto3" json:"required,omitempty"` // ignore the field Ignore bool `protobuf:"varint,2,opt,name=ignore,proto3" json:"ignore,omitempty"` // contains filtered or unexported fields }
The options for the field
func (*Field) Descriptor
deprecated
func (*Field) GetRequired ¶
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) ProtoReflect ¶
func (x *Field) ProtoReflect() protoreflect.Message
type Oneof ¶
type Oneof struct { // ignore the oneof Ignore bool `protobuf:"varint,1,opt,name=ignore,proto3" json:"ignore,omitempty"` // contains filtered or unexported fields }
The options for the oneof
func (*Oneof) Descriptor
deprecated
func (*Oneof) ProtoMessage ¶
func (*Oneof) ProtoMessage()
func (*Oneof) ProtoReflect ¶
func (x *Oneof) ProtoReflect() protoreflect.Message
type Rpc ¶
type Rpc struct { // pattern // // Types that are assignable to Pattern: // // *Rpc_Query // *Rpc_Mutation Pattern isRpc_Pattern `protobuf_oneof:"pattern"` // ignore the rpc Ignore bool `protobuf:"varint,3,opt,name=ignore,proto3" json:"ignore,omitempty"` // contains filtered or unexported fields }
The options for the rpc
func (*Rpc) Descriptor
deprecated
func (*Rpc) GetMutation ¶
func (*Rpc) GetPattern ¶
func (m *Rpc) GetPattern() isRpc_Pattern
func (*Rpc) ProtoMessage ¶
func (*Rpc) ProtoMessage()
func (*Rpc) ProtoReflect ¶
func (x *Rpc) ProtoReflect() protoreflect.Message
type Rpc_Mutation ¶
type Rpc_Mutation struct { // mutation is the graphql mutation Mutation string `protobuf:"bytes,2,opt,name=mutation,proto3,oneof"` }
Click to show internal directories.
Click to hide internal directories.