Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(resolvers): add Byte type #378

Merged
merged 1 commit into from Jun 16, 2020
Merged

feat(resolvers): add Byte type #378

merged 1 commit into from Jun 16, 2020

Conversation

rufman
Copy link
Contributor

@rufman rufman commented Jun 15, 2020

Add a Byte type that serializes and parses the NodeJS
Buffer type.

Valid ways to specify a Byte type are hex or base64 encoded
string, or a JSON encoded Buffer object.

Bump bundle size to account for the new type, including polyfills
needed for browsers.

Add a `Byte` type that serializes and parses the NodeJS
`Buffer` type.

Valid ways to specify a Byte type are hex or base64 encoded
string, or a JSON encoded `Buffer` object.

Bump bundle size to account for the new type, including polyfills
needed for browsers.
@ardatan
Copy link
Collaborator

ardatan commented Jun 16, 2020

Awesome! Thank you @rufman !

@ardatan ardatan merged commit c352910 into Urigo:master Jun 16, 2020
vespertilian pushed a commit to vespertilian/graphql-scalars that referenced this pull request Oct 2, 2020
Add a `Byte` type that serializes and parses the NodeJS
`Buffer` type.

Valid ways to specify a Byte type are hex or base64 encoded
string, or a JSON encoded `Buffer` object.

Bump bundle size to account for the new type, including polyfills
needed for browsers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants