-
In V3 next-auth was using snake-case for database columns, but now the typeorm legacy next adapter references camelcase version. This is not mentioned in the migration docs, which could break some pro…
xndyz updated
2 years ago
-
### Feature description
Add more truncated timestamp group by options:
TIMESTAMP_TRUNCATED_TO_WEEK
TIMESTAMP_TRUNCATED_TO_MONTH
TIMESTAMP_TRUNCATED_TO_YEAR
### Motivating example
Clearly m…
-
I have this function in PostgreSQL:
```
CREATE FUNCTION it_exists(
email text,
name text
) RETURNS boolean AS $$
DECLARE
_eva1 boolean;
_eva2 boolean;
BEGIN
_eva1 := EXISTS(SELEC…
-
There are some pieces of software that PostHog would not exist without. We should setup a continuous monthly donation for those projects to do our part to support their continued development. An addit…
-
### Summary
https://github.com/graphile/starter/blob/b4849f788b480b4d1f8f6c7ec42bfbf32445f4e3/scripts/start.js#L16
YARN_SILENT flag not accepted by Yarn berry v3.
Possible future breaking…
-
I have seen that we can either use filters in the root of a query, or nest them, as illustrated in the README:
![image](https://user-images.githubusercontent.com/3803097/102484603-69bc8c80-405e-11e…
-
Hi!
Starting this discussion off - @benjie thanks for the amazing job done in this library :)
In the current form graphile-worker isn't crash/fault tolerant - it's hard to predict when a worker …
-
I'm using latest version of Postraphile (on its Docker container) and I've installed `pg-simplify-inflector` plugin, I've noted an improvement respect to names for operations, and I wish to get a simp…
-
I'm running Postgraphile as a Docker container, and checking its log I get this:
```
Attaching to my-graphql
my-graphql | 2021-09-19T16:50:59.220839688Z
my-graphql | 2021-09-19T16:50:59.2212566…
-
Hi,
Am new to PostGraphile,
below is listed my mutation query
```
mutation MyMutation {
updateTblTsAlarm(
input: {patch: {seenBy: 114, seenFlag: 1, seenTime: "2021-10-21T11:00:01"}, id:…