...

Package otherpkg

import "github.com/99designs/gqlgen/codegen/testserver/singlefile/otherpkg"
Overview
Index

Overview ▾

type Map

type Map map[string]string

type Scalar

type Scalar string

type Slice

type Slice []string

type Struct

type Struct struct {
    Name Scalar
    Desc *Scalar
}