Allows files to be used in GraphQL requests with apollo-fetch.
A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, or Blob instances), or else fetches a regular GraphQL POST or GET request (depending on the config and
TypeScript definitions for apollo-upload-client
A network interface for Apollo that enables file-uploading to Absinthe back ends.
Middleware and a scalar Upload to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
Fork of graphql-upload@8 that works with graphql@15 for compatibility with apollo-server@2
Minimal web-style fetch TypeScript typings
TypeScript-first middleware and Upload scalar for GraphQL multipart requests (file uploads) with support for Apollo Server, Express, Koa, and more.
HTML5 `FormData` for Browsers and Node.
HTTP transport layer for GraphQL
A simple yet functional GraphQL client.
A window.fetch polyfill.
A fully-featured caching GraphQL client.
Apollo link which add an api directive to fetch data from multi endpoints
Use your GraphQL data in your Angular app, with the Apollo Client
REST DataSource for Apollo Server v4
Flexible, lightweight transport layer for GraphQL
Core engine for Apollo GraphQL server
Minimal GraphQL client supporting Node and browsers for scripts or simple apps.
Interface used to connect Apollo Gateway to Apollo Server
Protobuf format for Apollo usage reporting
A WebAPI Fetch implementation backed by an Axios client
React Apollo Hooks, Components, and HOC.
A function to recursively extract files and their object paths within a value, replacing them with null in a deep clone without mutating the original value. FileList instances are treated as File instance arrays. Files are typically File and Blob instance