-
Consultant
- Melbourne, Australia
- https://jaydenseric.com
- @jaydenseric
Highlights
- Pro
- 1 discussion answered
Block or Report
Block or report jaydenseric
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
A spec for GraphQL multipart form requests (file uploads).
-
graphql-upload Public
Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
-
graphql-react Public
A GraphQL client for React using modern context and hooks APIs that is lightweight (< 4 kB) but powerful; the first Relay and Apollo alternative with server side rendering.
-
apollo-upload-client Public
A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, Blob, or ReactNativeFile instances), or else …
-
graphql-api-koa Public
GraphQL execution and error handling middleware written from scratch for Koa.
1,321 contributions in the last year
Activity overview
Contribution activity
April 2022
Created 1 repository
- jaydenseric/deno_std JavaScript
Created a pull request in denoland/deno_std that received 3 comments
fix(http): Use the addEventListener method instead of onabort properties
Fixes #2123 .
Created an issue in denoland/deno that received 1 comment
Closing an already closed file results in a BadResource error
With a opened file: const file = await Deno.open(fileUrl); Closing it twice in a row like this: file.close(); file.close(); Or this: Deno.close(file.…

