Home
last modified time | relevance | path

Searched refs:InputObjectField (Results 1 – 6 of 6) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Ddefinition.go1066 type InputObjectField struct { struct
1073 func (st *InputObjectField) Name() string { argument
1076 func (st *InputObjectField) Description() string { argument
1079 func (st *InputObjectField) String() string { argument
1082 func (st *InputObjectField) Error() error { argument
1087 type InputObjectFieldMap map[string]*InputObjectField
1141 field := &InputObjectField{}
H A Dintrospection.go268 if inputVal, ok := p.Source.(*InputObjectField); ok {
604 fields := []*InputObjectField{}
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/
H A Ddefinition.go1075 type InputObjectField struct { struct
1082 func (st *InputObjectField) Name() string { argument
1085 func (st *InputObjectField) Description() string { argument
1088 func (st *InputObjectField) String() string { argument
1091 func (st *InputObjectField) Error() error { argument
1096 type InputObjectFieldMap map[string]*InputObjectField
1149 field := &InputObjectField{}
H A Dintrospection.go268 if inputVal, ok := p.Source.(*InputObjectField); ok {
617 fields := []*InputObjectField{}
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/
H A Ddefinition.go1121 type InputObjectField struct { struct
1128 func (st *InputObjectField) Name() string { argument
1131 func (st *InputObjectField) Description() string { argument
1135 func (st *InputObjectField) String() string { argument
1138 func (st *InputObjectField) Error() error { argument
1143 type InputObjectFieldMap map[string]*InputObjectField
1201 field := &InputObjectField{}
H A Dintrospection.go268 if inputVal, ok := p.Source.(*InputObjectField); ok {
604 fields := []*InputObjectField{}