Documentation ¶
Index ¶
- Variables
- type Key
- func (*Key) Argument() graphql.FieldConfigArgument
- func (*Key) Descriptor() ([]byte, []int)deprecated
- func (x *Key) GetKey() string
- func (*Key) Object() *graphql.Object
- func (*Key) Output() graphql.Output
- func (*Key) ProtoMessage()
- func (x *Key) ProtoReflect() protoreflect.Message
- func (x *Key) Reset()
- func (*Key) Schema() map[string]interface{}
- func (x *Key) String() string
- func (o *Key) UnmarshalJSON(b []byte) error
- func (o *Key) UnmarshalMap(values map[string]interface{})
- type Keys
- func (*Keys) Argument() graphql.FieldConfigArgument
- func (*Keys) Descriptor() ([]byte, []int)deprecated
- func (x *Keys) GetKeys() []string
- func (*Keys) Object() *graphql.Object
- func (*Keys) Output() graphql.Output
- func (*Keys) ProtoMessage()
- func (x *Keys) ProtoReflect() protoreflect.Message
- func (x *Keys) Reset()
- func (*Keys) Schema() map[string]interface{}
- func (x *Keys) String() string
- func (o *Keys) UnmarshalJSON(b []byte) error
- func (o *Keys) UnmarshalMap(values map[string]interface{})
- type Pagination
- func (*Pagination) Argument() graphql.FieldConfigArgument
- func (*Pagination) Descriptor() ([]byte, []int)deprecated
- func (x *Pagination) GetCount() int64
- func (x *Pagination) GetOffset() int64
- func (*Pagination) Object() *graphql.Object
- func (*Pagination) Output() graphql.Output
- func (*Pagination) ProtoMessage()
- func (x *Pagination) ProtoReflect() protoreflect.Message
- func (x *Pagination) Reset()
- func (*Pagination) Schema() map[string]interface{}
- func (x *Pagination) String() string
- func (o *Pagination) UnmarshalJSON(b []byte) error
- func (o *Pagination) UnmarshalMap(values map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var File_graphify_argument_v1_argument_proto protoreflect.FileDescriptor
View Source
var Key_Input = graphql.NewInputObject(graphql.InputObjectConfig{ Name: "Key_Input", Fields: graphql.InputObjectConfigFieldMap{ "_key": &graphql.InputObjectFieldConfig{ Type: graphql.ID, }, }, })
View Source
var Key_Object = graphql.NewObject(graphql.ObjectConfig{ Name: "Key", Fields: graphql.Fields{ "_key": &graphql.Field{ Type: graphql.ID, }, }, Description: "", })
View Source
var Keys_Input = graphql.NewInputObject(graphql.InputObjectConfig{ Name: "Keys_Input", Fields: graphql.InputObjectConfigFieldMap{ "keys": &graphql.InputObjectFieldConfig{ Type: graphql.NewList(graphql.String), }, }, })
View Source
var Keys_Object = graphql.NewObject(graphql.ObjectConfig{ Name: "Keys", Fields: graphql.Fields{ "keys": &graphql.Field{ Type: graphql.NewList(graphql.String), }, }, Description: "", })
View Source
var Pagination_Input = graphql.NewInputObject(graphql.InputObjectConfig{ Name: "Pagination_Input", Fields: graphql.InputObjectConfigFieldMap{ "count": &graphql.InputObjectFieldConfig{ Type: graphql.Int, }, "offset": &graphql.InputObjectFieldConfig{ Type: graphql.Int, }, }, })
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key struct { Key string `protobuf:"bytes,1,opt,name=_key,proto3" json:"_key,omitempty"` // contains filtered or unexported fields }
func (*Key) Descriptor
deprecated
func (*Key) ProtoMessage ¶
func (*Key) ProtoMessage()
func (*Key) ProtoReflect ¶
func (x *Key) ProtoReflect() protoreflect.Message
func (*Key) UnmarshalMap ¶
UnmarshalMap populates struct fields from a map, handling decoding for special fields.
type Keys ¶
type Keys struct { Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` // contains filtered or unexported fields }
func (*Keys) Descriptor
deprecated
func (*Keys) ProtoMessage ¶
func (*Keys) ProtoMessage()
func (*Keys) ProtoReflect ¶
func (x *Keys) ProtoReflect() protoreflect.Message
func (*Keys) UnmarshalMap ¶
UnmarshalMap populates struct fields from a map, handling decoding for special fields.
type Pagination ¶
type Pagination struct { Count *int64 `protobuf:"varint,1,opt,name=count,proto3,oneof" json:"count,omitempty"` Offset *int64 `protobuf:"varint,2,opt,name=offset,proto3,oneof" json:"offset,omitempty"` // contains filtered or unexported fields }
func (*Pagination) Argument ¶
func (*Pagination) Argument() graphql.FieldConfigArgument
Argument ...
func (*Pagination) Descriptor
deprecated
func (*Pagination) Descriptor() ([]byte, []int)
Deprecated: Use Pagination.ProtoReflect.Descriptor instead.
func (*Pagination) GetCount ¶
func (x *Pagination) GetCount() int64
func (*Pagination) GetOffset ¶
func (x *Pagination) GetOffset() int64
func (*Pagination) ProtoMessage ¶
func (*Pagination) ProtoMessage()
func (*Pagination) ProtoReflect ¶
func (x *Pagination) ProtoReflect() protoreflect.Message
func (*Pagination) Reset ¶
func (x *Pagination) Reset()
func (*Pagination) String ¶
func (x *Pagination) String() string
func (*Pagination) UnmarshalJSON ¶
func (o *Pagination) UnmarshalJSON(b []byte) error
UnmarshalJSON ...
func (*Pagination) UnmarshalMap ¶
func (o *Pagination) UnmarshalMap(values map[string]interface{})
UnmarshalMap populates struct fields from a map, handling decoding for special fields.
Click to show internal directories.
Click to hide internal directories.