UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

7 lines (6 loc) 99 B
/** * Returns the first argument it receives. */ export function identityFunc(x) { return x; }