Skip to content

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
Member

ardatan commented Jun 16, 2020

Awesome! Thank you @rufman !

@ardatan ardatan merged commit c352910 into graphql-hive: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

Development

Successfully merging this pull request may close these issues.

2 participants