Hemant Verma

Results 7 issues of Hemant Verma

**Describe the bug** At most places in Graphql Schema you can define string as Graphql Type and it's lazily constantized, but not in union resolve_type. Just for sake of consistency...

**Describe the bug** when querying all the types in Schema.types it doesn't contain orphan types. It does contain orphan types when I run this in Rails Console. So I am...

I am sorry if this is not appropriate place to ask this question. How do I get type when passing fragment, right now I have typecast them to any for...

## Is your feature request related to a problem? Deep inheritance hierarchy are usually bad design practice and result in unmaintable code over time. Is there a way enforce this...

Who is using this with Rails 5.1 in production? What is your fork? I see a lot of fork with different fixes but don' t know how to bring them...

Hey tried adding a simple route to found-modern ```jsx export const routeConfig = makeRouteConfig( Hello World} /> ({ ...params, status: 'any' })} /> , ); ``` the same code works...