sainthkh / reasonql

Type-safe and simple GraphQL library for ReasonML developers.
MIT License
96 stars 5 forks source link

support for custom scalar instead of fixed scalar list #8

Closed c19 closed 5 years ago

c19 commented 5 years ago

for example

scalar uuid;

type User {
    ID: uuid!,
    name: String!,
}

type Query {
    users: [User!]!
}
c19 commented 5 years ago

https://github.com/sainthkh/reasonql/pull/9