Skip to content

Commit 8c4b009

Browse files
committed
Add 'graphile/graphile-pg-aggregates/' from commit '39750263edc3c1a011586b8c3d423ac2d6424bde'
git-subtree-dir: graphile/graphile-pg-aggregates git-subtree-mainline: a5ae7a6 git-subtree-split: 3975026
2 parents a5ae7a6 + 3975026 commit 8c4b009

52 files changed

Lines changed: 20256 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/dist/
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
dist
2+
node_modules
3+
4+
# yarn stuff
5+
.yarn/*
6+
!.yarn/releases
7+
!.yarn/releases/*
8+
!.yarn/plugins
9+
!.yarn/plugins/*
10+
!.yarn/patches
11+
!.yarn/patches/*
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = require("babel-jest").default.createTransformer({
2+
rootMode: "upward",
3+
});
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
options: {
3+
graphileBuildOptions: {
4+
connectionFilterRelations: true, // default: false
5+
},
6+
},
7+
};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
trailingComma: "es5",
3+
proseWrap: "always",
4+
};

graphile/graphile-pg-aggregates/.yarn/releases/yarn-4.9.2.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
compressionLevel: mixed
2+
enableGlobalCache: false
3+
nodeLinker: node-modules
4+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

0 commit comments

Comments
 (0)