UNPKG

@graphql-tools/executor-http

Version:

A set of utils for faster development of GraphQL tools

4 lines (3 loc) 102 B
export function isGraphQLUpload(upload) { return typeof upload.createReadStream === 'function'; }