UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

4 lines (2 loc) 85 B
// @flow strict export type ObjMap<T> = { [key: string]: T, __proto__: null, ... };