UNPKG

@hasura/metadata-api

Version:
6 lines (5 loc) 198 B
import type { FieldCall } from './FieldCall'; /** * Remote fields are represented by an object that maps each field name to its arguments. */ export type RemoteFields = Record<string, FieldCall>;