graphql

Search for an npm package
export declare type PromiseOrValue<T> = Promise<T> | T;