MoienTajik / GraphQL.Tools

GraphQL.Tools is a GraphQL to C# compiler (code-generator) which turns your GraphQL schema into a set of C# classes, interfaces, and enums.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translation of other types

debz7889 opened this issue · comments

Is it there a way to replace or translate types(scalars) from another language to C# equivalents using GraphQL.Tools?

Like:
scalars:
DateTime: DateTime
Long: long
Int: int
Boolean: bool
Uuid: string
Decimal: double
Byte: int
RowVersion: string
Short: int

It's possible if you have a GraphQL schema file. (schema first approach)