UNPKG

@hasura/metadata-api

Version:
6 lines (5 loc) 227 B
import type { GraphQLValue_Name } from './GraphQLValue_Name'; /** * Remote arguments are represented by an object that maps each argument name to its value. */ export type RemoteArguments = Record<string, GraphQLValue_Name>;