argumentv1

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: Unlicense Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_argument_v1_argument_proto protoreflect.FileDescriptor
View Source
var Key_Object = graphql.NewObject(graphql.ObjectConfig{
	Name: "Key",
	Fields: graphql.Fields{
		"_key": &graphql.Field{
			Type: graphql.ID,
		},
	},
	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,
		},
	},
})
View Source
var Pagination_Object = graphql.NewObject(graphql.ObjectConfig{
	Name: "Pagination",
	Fields: graphql.Fields{
		"count": &graphql.Field{
			Type: graphql.Int,
		},
		"offset": &graphql.Field{
			Type: graphql.Int,
		},
	},
	Description: "",
})

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) Argument

func (*Key) Argument() graphql.FieldConfigArgument

Argument ...

func (*Key) Descriptor deprecated

func (*Key) Descriptor() ([]byte, []int)

Deprecated: Use Key.ProtoReflect.Descriptor instead.

func (*Key) GetKey

func (x *Key) GetKey() string

func (*Key) Object

func (*Key) Object() *graphql.Object

Object ...

func (*Key) Output

func (*Key) Output() graphql.Output

Output ...

func (*Key) ProtoMessage

func (*Key) ProtoMessage()

func (*Key) ProtoReflect

func (x *Key) ProtoReflect() protoreflect.Message

func (*Key) Reset

func (x *Key) Reset()

func (*Key) Schema

func (*Key) Schema() map[string]interface{}

Schema ...

func (*Key) String

func (x *Key) String() string

func (*Key) UnmarshalJSON

func (o *Key) UnmarshalJSON(b []byte) error

UnmarshalJSON ...

func (*Key) UnmarshalMap

func (o *Key) UnmarshalMap(values map[string]interface{})

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

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) Object

func (*Pagination) Object() *graphql.Object

Object ...

func (*Pagination) Output

func (*Pagination) Output() graphql.Output

Output ...

func (*Pagination) ProtoMessage

func (*Pagination) ProtoMessage()

func (*Pagination) ProtoReflect

func (x *Pagination) ProtoReflect() protoreflect.Message

func (*Pagination) Reset

func (x *Pagination) Reset()

func (*Pagination) Schema

func (*Pagination) Schema() map[string]interface{}

Schema ...

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL