Jim

Results 6 issues of Jim

I'm using this express-graphql repo to setup a graphiql server that first fetches an introspection schema from another graphql endpoint. My setup looks like this: ``` ___________________ _________________________ | graphql-express...

We should have conventional names for all our components. For example, dropdown's header classname is `.labelSpacing` where as TextField is `.header`. They both are managing the same part of it's...

Architectural

This would give us the ability to import individual components without importing the entire library of components. Especially useful when you might only want one component. I believe this should...

Dev Experience
Architectural

I get this error in logs everywhere. Is this an issue with Postgres?

I'm not sure where else to ask for help, but I believe I've narrowed it down to the graphql server or this repo. I started my project based off the...