Skip to content

Support base64 data in Upload scalar parse_literal #195

Open
@rafalp

Description

@rafalp

Currently, our Upload scalar closely follows the specification, but we could extend it to also accept base64 encoded data embedded into query like this:

mutation {
    uploadUserImage(image: "data:text/plain;base64,QXJpYWRuZSByb2NrcyE=")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    decision neededSounds like good idea, but will need closer scrutiny for final decision.enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions