schema

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var E_FileSkip = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FileOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         91113,
	Name:          "graphql.file_skip",
	Tag:           "varint,91113,opt,name=file_skip",
	Filename:      "schema.proto",
}
View Source
var E_Name = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MessageOptions)(nil),
	ExtensionType: (*string)(nil),
	Field:         91114,
	Name:          "graphql.name",
	Tag:           "bytes,91114,opt,name=name",
	Filename:      "schema.proto",
}
View Source
var E_Schema = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MethodOptions)(nil),
	ExtensionType: (*MethodOptions)(nil),
	Field:         91111,
	Name:          "graphql.schema",
	Tag:           "bytes,91111,opt,name=schema",
	Filename:      "schema.proto",
}
View Source
var E_Skip = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MessageOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         91112,
	Name:          "graphql.skip",
	Tag:           "varint,91112,opt,name=skip",
	Filename:      "schema.proto",
}

Functions

This section is empty.

Types

type MethodOptions

type MethodOptions struct {
	// Types that are valid to be assigned to Type:
	//	*MethodOptions_Query
	//	*MethodOptions_Mutation
	//	*MethodOptions_Subscription
	Type                 isMethodOptions_Type `protobuf_oneof:"type"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*MethodOptions) Descriptor

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

func (*MethodOptions) GetMutation

func (m *MethodOptions) GetMutation() string

func (*MethodOptions) GetQuery

func (m *MethodOptions) GetQuery() string

func (*MethodOptions) GetSubscription

func (m *MethodOptions) GetSubscription() string

func (*MethodOptions) GetType

func (m *MethodOptions) GetType() isMethodOptions_Type

func (*MethodOptions) ProtoMessage

func (*MethodOptions) ProtoMessage()

func (*MethodOptions) Reset

func (m *MethodOptions) Reset()

func (*MethodOptions) String

func (m *MethodOptions) String() string

func (*MethodOptions) XXX_DiscardUnknown

func (m *MethodOptions) XXX_DiscardUnknown()

func (*MethodOptions) XXX_Marshal

func (m *MethodOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MethodOptions) XXX_Merge

func (m *MethodOptions) XXX_Merge(src proto.Message)

func (*MethodOptions) XXX_OneofWrappers

func (*MethodOptions) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*MethodOptions) XXX_Size

func (m *MethodOptions) XXX_Size() int

func (*MethodOptions) XXX_Unmarshal

func (m *MethodOptions) XXX_Unmarshal(b []byte) error

type MethodOptions_Mutation

type MethodOptions_Mutation struct {
	Mutation string `protobuf:"bytes,2,opt,name=mutation,proto3,oneof"`
}

type MethodOptions_Query

type MethodOptions_Query struct {
	Query string `protobuf:"bytes,1,opt,name=query,proto3,oneof"`
}

type MethodOptions_Subscription

type MethodOptions_Subscription struct {
	Subscription string `protobuf:"bytes,3,opt,name=subscription,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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