Versions in this module Expand all Collapse all v0 v0.0.1 Apr 22, 2020 Changes in this version + var E_Field = &proto.ExtensionDesc + var E_Object = &proto.ExtensionDesc + var E_Schema = &proto.ExtensionDesc + type CacheControl struct + MaxAge string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CacheControl) Descriptor() ([]byte, []int) + func (*CacheControl) ProtoMessage() + func (m *CacheControl) GetMaxAge() string + func (m *CacheControl) Reset() + func (m *CacheControl) String() string + func (m *CacheControl) XXX_DiscardUnknown() + func (m *CacheControl) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CacheControl) XXX_Merge(src proto.Message) + func (m *CacheControl) XXX_Size() int + func (m *CacheControl) XXX_Unmarshal(b []byte) error + type Field struct + Default isField_Default + Description string + Exclude bool + External string + Inline bool + Name string + Nullable bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Field) Descriptor() ([]byte, []int) + func (*Field) ProtoMessage() + func (*Field) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *Field) GetDefault() isField_Default + func (m *Field) GetDefaultBool() bool + func (m *Field) GetDefaultNumber() int32 + func (m *Field) GetDefaultString() string + func (m *Field) GetDescription() string + func (m *Field) GetExclude() bool + func (m *Field) GetExternal() string + func (m *Field) GetInline() bool + func (m *Field) GetName() string + func (m *Field) GetNullable() bool + func (m *Field) Reset() + func (m *Field) String() string + func (m *Field) XXX_DiscardUnknown() + func (m *Field) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Field) XXX_Merge(src proto.Message) + func (m *Field) XXX_Size() int + func (m *Field) XXX_Unmarshal(b []byte) error + type Field_DefaultBool struct + DefaultBool bool + type Field_DefaultNumber struct + DefaultNumber int32 + type Field_DefaultString struct + DefaultString string + type Object struct + Description string + Key []string + Typename string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Object) Descriptor() ([]byte, []int) + func (*Object) ProtoMessage() + func (m *Object) GetDescription() string + func (m *Object) GetKey() []string + func (m *Object) GetTypename() string + func (m *Object) Reset() + func (m *Object) String() string + func (m *Object) XXX_DiscardUnknown() + func (m *Object) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Object) XXX_Merge(src proto.Message) + func (m *Object) XXX_Size() int + func (m *Object) XXX_Unmarshal(b []byte) error + type Schema struct + CacheControl *CacheControl + Description string + Field string + Type isSchema_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Schema) Descriptor() ([]byte, []int) + func (*Schema) ProtoMessage() + func (*Schema) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *Schema) GetCacheControl() *CacheControl + func (m *Schema) GetDescription() string + func (m *Schema) GetExtend() string + func (m *Schema) GetField() string + func (m *Schema) GetMutation() string + func (m *Schema) GetQuery() string + func (m *Schema) GetSubscribe() string + func (m *Schema) GetType() isSchema_Type + func (m *Schema) Reset() + func (m *Schema) String() string + func (m *Schema) XXX_DiscardUnknown() + func (m *Schema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Schema) XXX_Merge(src proto.Message) + func (m *Schema) XXX_Size() int + func (m *Schema) XXX_Unmarshal(b []byte) error + type Schema_Extend struct + Extend string + type Schema_Mutation struct + Mutation string + type Schema_Query struct + Query string + type Schema_Subscribe struct + Subscribe string