chkimes / graphql-net

Convert GraphQL to IQueryable
MIT License
892 stars 86 forks source link

Custom primitives #24

Closed rspeele closed 8 years ago

rspeele commented 8 years ago

Resolves #18 . Use like: schema.AddString(TimeSpan.Parse) or schema.AddInteger(TimeSpan.FromTicks).

rspeele commented 8 years ago

whoops introspection