package model
import "github.com/99designs/gqlgen/plugin/federation/test_data/model"
Index ¶
Types ¶
type ExternalExtension ¶
func (ExternalExtension) IsEntity ¶
func (ExternalExtension) IsEntity()
type Hello ¶
func (Hello) IsEntity ¶
func (Hello) IsEntity()
type MoreNesting ¶
func (MoreNesting) IsEntity ¶
func (MoreNesting) IsEntity()
type NestedKey ¶
func (NestedKey) IsEntity ¶
func (NestedKey) IsEntity()
type VeryNestedKey ¶
type VeryNestedKey struct { ID string Hello *Hello World *World Nested *NestedKey More *MoreNesting }
func (VeryNestedKey) IsEntity ¶
func (VeryNestedKey) IsEntity()
type World ¶
func (World) IsEntity ¶
func (World) IsEntity()
Source Files ¶
- Version
- v0.17.73 (latest)
- Published
- May 2, 2025
- Platform
- linux/amd64
- Last checked
- 6 days ago –
Tools for package owners.