Spacy
Spacy
Just to be double sure you are using the right commit id I pushed a new version update could you retry but first go get the latest ``` go get...
Thanks for this I need to add a test with mixed-case names. I'll have a fix out.
> but not at the Postgres function created for the corresponding Graphql query. Can you explain this further. We don't currently support functions in GraphQL selectors only tables. Functions can...
Can you share an example of a function that returns a table it's not a postgres feature that I have used personally. I'm guessing it wont be too hard to...
@krish7919 cool thanks i'll look into this today. I hope the latest update fixes the column not found issue for you. There were several places where things were lowercased remenants...
Sure that makes sense. Our docs are an open wiki so anyone can make this update. QUERY | ✔️ | -- | -- | MUTATION | ✔️ | SUBSCRIPTION |...
The schema is auto generated from the database you can query it with an `IntrospectionQuery` kinda like in the linked gist. The web ui uses this introspection query. https://gist.github.com/craigbeck/b90915d49fda19d5b2b17ead14dcd6da
I'm not an expert in the schema stuff in short GraphJin is different from other GraphQL frameworks it does not allow you to define a schema. It auto-discovers your database...
Interesting thanks I'll take a look. I'm up for adding this especially since it also handles the hot reload.
That sounds like a great idea as well go ahead.