Skip to content

Handle range-typed columns #24

@mohawk2

Description

@mohawk2

As requested by @kiwiroy, PostgreSQL has among other types int8range. For this library to handle that, it would need a suitable GraphQL type to map it to. I believe this would need to be both an input and a type, with something like these fields:

  • (Integer or Float or DateTime) lower
  • (Integer or Float or DateTime) upper
  • Boolean lowerInclusive
  • Boolean upperInclusive

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions