-
Tricentis
- Melbourne, Australia
-
00:24
(UTC +10:00) - https://jaydenseric.com
- @jaydenseric
Highlights
- Pro
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,431 contributions in the last year
Activity overview
Contribution activity
June 2023
Created 7 commits in 2 repositories
Created 2 repositories
- jaydenseric/eslint-plugin-optimal-modules JavaScript
- jaydenseric/succulent TypeScript
Created an issue in aslilac/succulent that received 2 comments
Support input objects without an Object prototype
With this in demo.mts:
import { $Exact, $literal, guard } from "succulent"; const result = Object.assign(Object.create(null), { a: 1 }); guard( result



