Skip to content

Automatically detect array #1

@egoist

Description

@egoist
objql({
  foo: [1,2,3]
}, {
  foo: String // currently you need to `foo: [String]`
})

// => 
{
  foo: ['1', '2', '3']
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions