Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActorID ¶
type ActorID struct {
ID uint64
}
func (ActorID) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface
func (*ActorID) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface
type Address ¶
type Address struct { address.Address // contains filtered or unexported fields }
func MustParseAddress ¶
func NewFromString ¶
func (Address) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface
func (*Address) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface
type BigInt ¶
func (BigInt) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface
func (*BigInt) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface
type Bytes ¶
type Bytes []byte
func (Bytes) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface
func (*Bytes) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface
type FIL ¶
func MustParseFIL ¶
func (FIL) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface
func (*FIL) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface
type JSON ¶
type JSON struct {
json.RawMessage
}
func (JSON) MarshalGQL ¶
func (*JSON) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface
type NullBool ¶
func MustNullBool ¶
func (NullBool) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface
func (*NullBool) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface
type NullInt64 ¶
func MustNullInt64 ¶
func (NullInt64) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface
func (*NullInt64) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface
type NullString ¶
type NullString struct {
sql.NullString
}
func MustNullString ¶
func MustNullString(v any) NullString
func (NullString) MarshalGQL ¶
func (b NullString) MarshalGQL(w io.Writer)
MarshalGQL implements the graphql.Marshaler interface
func (*NullString) UnmarshalGQL ¶
func (b *NullString) UnmarshalGQL(v any) error
UnmarshalGQL implements the graphql.Unmarshaler interface
type NullTime ¶ added in v0.2.3
func MustNullTime ¶ added in v0.2.3
func (NullTime) MarshalGQL ¶ added in v0.2.3
MarshalGQL implements the graphql.Marshaler interface
func (*NullTime) UnmarshalGQL ¶ added in v0.2.3
UnmarshalGQL implements the graphql.Unmarshaler interface
type PeerID ¶
func MustParsePeerID ¶
func (PeerID) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface
func (*PeerID) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface