package fedruntime

import "github.com/99designs/gqlgen/plugin/federation/fedruntime"

Index

Types

type Entity

type Entity interface {
	IsEntity()
}

Everything with a @key implements this

type Link any

Used for the Link directive

type Service

type Service struct {
	SDL string `json:"sdl"`
}

Service is the service object that the generated.go file will return for the _service query

Source Files

runtime.go

Version
v0.17.73 (latest)
Published
May 2, 2025
Platform
linux/amd64
Last checked
6 days ago

Tools for package owners.