Documentation
¶
Index ¶
Constants ¶
View Source
const TAG_KEY = "graphqlgo"
Variables ¶
This section is empty.
Functions ¶
func GetField ¶
func GetField(args struct { Field *reflect.StructField Resolve graphql.FieldResolveFn }) (field graphql.Field)
func GetSchemaFromResolvers ¶
Types ¶
type Describable ¶
type Describable struct {
Description string
}
type Object ¶
type Object struct { Named Describable graphql.Type Fields []*Field }
func GetObjectFromsStruct ¶
func GetObjectFromsStruct(instance interface{}, opts ...interface{}) (obj Object)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.