Skip to content

Custom scalars are always faked as String #11

@RomanHotsiy

Description

@RomanHotsiy

Minimal reproducible sample:
IDL:

type Query {
  age:MyNumber
}

scalar MyNumber

Query:

{
  age
}

Response is:

{
  "data": {
    "age": "<MyNumber>"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions