Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
trever123
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
trever123
5y ago
Some GraphQL APIs do this on purpose if the API is meant to be completely public and if they want to allow self discovery and documentation of things through introspection. Allows anyone to point their own instance of GraphiQL or GraphQL pl
2.
▲
by
trever123
5y ago
Some companies/APIs do this on purpose as one of the benefits of graphql is the self documenting nature. If you have a well secured schema this shouldn’t be a problem. If you are doing security through absurdity by having stuff in the
3.
▲
by
trever123
6y ago
CockroachDB works very well for this
4.
▲
by
trever123
7y ago
We use this at work and love it. Great easy to use framework and easy to build on top of