Home
last modified time | relevance | path

Searched refs:IsOutputType (Results 1 – 5 of 5) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Ddefinition_test.go491 if graphql.IsOutputType(test.ttype) != test.expected {
494 if graphql.IsOutputType(graphql.NewList(test.ttype)) != test.expected {
497 if graphql.IsOutputType(graphql.NewNonNull(test.ttype)) != test.expected {
H A Ddefinition.go55 func IsOutputType(ttype Type) bool { func
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/
H A Ddefinition_test.go491 if graphql.IsOutputType(test.ttype) != test.expected {
494 if graphql.IsOutputType(graphql.NewList(test.ttype)) != test.expected {
497 if graphql.IsOutputType(graphql.NewNonNull(test.ttype)) != test.expected {
H A Ddefinition.go55 func IsOutputType(ttype Type) bool { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/
H A Ddefinition.go60 func IsOutputType(ttype Type) bool { func