model

package
v0.0.0-...-3befcbb Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2023 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MarshalUint64

func MarshalUint64(i uint64) graphql.Marshaler

func UnmarshalUint64

func UnmarshalUint64(v interface{}) (uint64, error)

Types

type SearchIndexWhereInput

type SearchIndexWhereInput struct {
	Not *SearchIndexWhereInput   `json:"not"`
	And []*SearchIndexWhereInput `json:"and"`
	Or  []*SearchIndexWhereInput `json:"or"`
	// id field predicates
	ID      *string  `json:"id"`
	IDNeq   *string  `json:"idNEQ"`
	IDIn    []string `json:"idIn"`
	IDNotIn []string `json:"idNotIn"`
	IDGt    *string  `json:"idGT"`
	IDGte   *string  `json:"idGTE"`
	IDLt    *string  `json:"idLT"`
	IDLte   *string  `json:"idLTE"`
	// dope edge predicates
	HasDope     *bool                 `json:"hasDope"`
	HasDopeWith []*ent.DopeWhereInput `json:"hasDopeWith"`
	// item edge predicates
	HasItem     *bool                 `json:"hasItem"`
	HasItemWith []*ent.ItemWhereInput `json:"hasItemWith"`
	// hustler edge predicates
	HasHustler     *bool                    `json:"hasHustler"`
	HasHustlerWith []*ent.HustlerWhereInput `json:"hasHustlerWith"`
}

SearchIndexWhereInput is used for filtering SearchIndex objects. Input was generated by ent.

type SearchResult

type SearchResult interface {
	IsSearchResult()
}

type SearchResultWhereInput

type SearchResultWhereInput struct {
	Not *SearchResultWhereInput   `json:"not"`
	And []*SearchResultWhereInput `json:"and"`
	Or  []*SearchResultWhereInput `json:"or"`
	// id field predicates
	ID      *string  `json:"id"`
	IDNeq   *string  `json:"idNEQ"`
	IDIn    []string `json:"idIn"`
	IDNotIn []string `json:"idNotIn"`
	IDGt    *string  `json:"idGT"`
	IDGte   *string  `json:"idGTE"`
	IDLt    *string  `json:"idLT"`
	IDLte   *string  `json:"idLTE"`
	// dope edge predicates
	HasDope     *bool                 `json:"hasDope"`
	HasDopeWith []*ent.DopeWhereInput `json:"hasDopeWith"`
	// item edge predicates
	HasItem     *bool                 `json:"hasItem"`
	HasItemWith []*ent.ItemWhereInput `json:"hasItemWith"`
	// hustler edge predicates
	HasHustler     *bool                    `json:"hasHustler"`
	HasHustlerWith []*ent.HustlerWhereInput `json:"hasHustlerWith"`
}

SearchResultWhereInput is used for filtering SearchResult objects. Input was generated by ent.

type Token

type Token interface {
	IsToken()
}

Jump to

Keyboard shortcuts

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