...

Package fedruntime

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

Overview ▾

Index ▾

Package files

runtime.go

type Entity

Everything with a @key implements this

type Entity interface {
    IsEntity()
}

Used for the Link directive

type Link interface{}

type Service

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

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