custominterface

package
v0.0.38-alpha1 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomInterface

type CustomInterface struct {
	TSType       string
	GQLType      string
	Fields       []*field.Field
	NonEntFields []*field.NonEntField

	// if present, means that this interface should be imported in GraphQL instead...
	// interface{} to avoid circular dependencies
	Action interface{}
	// contains filtered or unexported fields
}

func (*CustomInterface) AddEnumImport

func (ci *CustomInterface) AddEnumImport(enumImport string)

func (*CustomInterface) GetEnumImports

func (ci *CustomInterface) GetEnumImports() []string

Jump to

Keyboard shortcuts

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