Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionSignature ¶
type FunctionSignature struct { Name string Parameters []*ParameterSignature ReturnType string }
type GraphQLSchema ¶
func GetGraphQLSchema ¶
type NameTypePair ¶
type ParameterSignature ¶
type TransformError ¶
func (*TransformError) String ¶
func (e *TransformError) String() string
type TypeDefinition ¶
type TypeDefinition struct { Name string Fields []*NameTypePair IsMapType bool }
Click to show internal directories.
Click to hide internal directories.