Documentation ¶
Index ¶
- func Gql__input_BoolValue() *graphql.InputObject
- func Gql__input_DoubleValue() *graphql.InputObject
- func Gql__input_FloatValue() *graphql.InputObject
- func Gql__input_Int32Value() *graphql.InputObject
- func Gql__input_Int64Value() *graphql.InputObject
- func Gql__input_StringValue() *graphql.InputObject
- func Gql__input_Uint32Value() *graphql.InputObject
- func Gql__input_Uint64Value() *graphql.InputObject
- func Gql__type_BoolValue() *graphql.Object
- func Gql__type_DoubleValue() *graphql.Object
- func Gql__type_FloatValue() *graphql.Object
- func Gql__type_Int32Value() *graphql.Object
- func Gql__type_Int64Value() *graphql.Object
- func Gql__type_StringValue() *graphql.Object
- func Gql__type_Uint32Value() *graphql.Object
- func Gql__type_Uint64Value() *graphql.Object
- type BoolValue
- type BytesValue
- type DoubleValue
- type FloatValue
- type Int32Value
- type Int64Value
- type StringValue
- type UInt32Value
- type UInt64Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Gql__input_BoolValue ¶
func Gql__input_BoolValue() *graphql.InputObject
func Gql__input_DoubleValue ¶
func Gql__input_DoubleValue() *graphql.InputObject
func Gql__input_FloatValue ¶
func Gql__input_FloatValue() *graphql.InputObject
func Gql__input_Int32Value ¶
func Gql__input_Int32Value() *graphql.InputObject
func Gql__input_Int64Value ¶
func Gql__input_Int64Value() *graphql.InputObject
func Gql__input_StringValue ¶
func Gql__input_StringValue() *graphql.InputObject
func Gql__input_Uint32Value ¶
func Gql__input_Uint32Value() *graphql.InputObject
func Gql__input_Uint64Value ¶
func Gql__input_Uint64Value() *graphql.InputObject
func Gql__type_BoolValue ¶
func Gql__type_DoubleValue ¶
func Gql__type_FloatValue ¶
func Gql__type_Int32Value ¶
func Gql__type_Int64Value ¶
func Gql__type_StringValue ¶
func Gql__type_Uint32Value ¶
func Gql__type_Uint64Value ¶
Types ¶
type BoolValue ¶
type BoolValue = wrapperspb.BoolValue
Expose Google defined ptypes as this package types
type BytesValue ¶
type BytesValue = wrapperspb.BytesValue
Expose Google defined ptypes as this package types
type DoubleValue ¶
type DoubleValue = wrapperspb.DoubleValue
Expose Google defined ptypes as this package types
type FloatValue ¶
type FloatValue = wrapperspb.FloatValue
Expose Google defined ptypes as this package types
type Int32Value ¶
type Int32Value = wrapperspb.Int32Value
Expose Google defined ptypes as this package types
type Int64Value ¶
type Int64Value = wrapperspb.Int64Value
Expose Google defined ptypes as this package types
type StringValue ¶
type StringValue = wrapperspb.StringValue
Expose Google defined ptypes as this package types
type UInt32Value ¶
type UInt32Value = wrapperspb.UInt32Value
Expose Google defined ptypes as this package types
type UInt64Value ¶
type UInt64Value = wrapperspb.UInt64Value
Expose Google defined ptypes as this package types
Click to show internal directories.
Click to hide internal directories.