Skip to content

Commit 4d74760

Browse files
authored
sponsorship: update sponsors for April ✨ (#12)
1 parent eeed12f commit 4d74760

File tree

2 files changed

+73
-11
lines changed

2 files changed

+73
-11
lines changed

README.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,29 @@
1212
gatsby-source-pg
1313
</h1>
1414

15-
This module helps you pull your PostgreSQL database into Gatsby with minimal effort.
15+
This module helps you pull your PostgreSQL database into Gatsby with minimal
16+
effort.
1617

1718
<!-- SPONSORS_BEGIN -->
1819

1920
## Crowd-funded open-source software
2021

21-
To help us develop this software sustainably under the MIT license, we ask
22-
all individuals and businesses that use it to help support its ongoing
23-
maintenance and development via sponsorship.
22+
To help us develop this software sustainably under the MIT license, we ask all
23+
individuals and businesses that use it to help support its ongoing maintenance
24+
and development via sponsorship.
2425

2526
### [Click here to find out more about sponsors and sponsorship.](https://www.graphile.org/sponsor/)
2627

2728
And please give some love to our featured sponsors 🤩:
2829

2930
<table><tr>
30-
<td align="center"><a href="http://chads.website/"><img src="https://www.graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a></td>
31-
<td align="center"><a href="https://storyscript.io/?utm_source=postgraphile"><img src="https://www.graphile.org/images/sponsors/storyscript.png" width="90" height="90" alt="Storyscript" /><br />Storyscript</a></td>
32-
<td align="center"><a href="http://p72.vc/"><img src="https://www.graphile.org/images/sponsors/p72.png" width="90" height="90" alt="Point72 Ventures" /><br />Point72 Ventures</a></td>
31+
<td align="center"><a href="http://chads.website"><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
32+
<td align="center"><a href="https://storyscript.io/?utm_source=postgraphile"><img src="https://graphile.org/images/sponsors/storyscript.png" width="90" height="90" alt="Storyscript" /><br />Storyscript</a> *</td>
33+
<td align="center"><a href="https://postlight.com/?utm_source=graphile"><img src="https://graphile.org/images/sponsors/postlight.png" width="90" height="90" alt="Postlight" /><br />Postlight</a> *</td>
3334
</tr></table>
3435

36+
<em>\* Sponsors the entire Graphile suite</em>
37+
3538
<!-- SPONSORS_END -->
3639

3740
## Usage
@@ -102,12 +105,16 @@ to merge the PostGraphile GraphQL schema into Gatsby's.
102105
This plugin is powered by PostGraphile, which is built on the highly flexible
103106
and customisable Graphile Engine.
104107

105-
You can add to `options` most of the [PostGraphile schema-only options](https://www.graphile.org/postgraphile/usage-schema/#api-createpostgraphileschemapgconfig-schemaname-options)
108+
You can add to `options` most of the
109+
[PostGraphile schema-only options](https://www.graphile.org/postgraphile/usage-schema/#api-createpostgraphileschemapgconfig-schemaname-options)
106110

107111
In addition, we accept the `typeName` and `fieldName` options from
108-
`gatsby-source-graphql` which affect how the schema is namespaced, and the `refetchInterval` setting to trigger refetching data every X seconds.
112+
`gatsby-source-graphql` which affect how the schema is namespaced, and the
113+
`refetchInterval` setting to trigger refetching data every X seconds.
109114

110-
A common thing you might want to do is to shorten the names that PostGraphile uses by default, you can do this using a plugin such as `@graphile-contrib/pg-simplify-inflector`:
115+
A common thing you might want to do is to shorten the names that PostGraphile
116+
uses by default, you can do this using a plugin such as
117+
`@graphile-contrib/pg-simplify-inflector`:
111118

112119
```js
113120
// gatsby-config.js
@@ -132,7 +139,8 @@ module.exports = {
132139

133140
## Getting help
134141

135-
Pop into the Graphile Discord: [http://discord.gg/graphile](http://discord.gg/graphile)
142+
Pop into the Graphile Discord:
143+
[http://discord.gg/graphile](http://discord.gg/graphile)
136144

137145
## Helpful links
138146

SPONSORS.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Sponsors
2+
3+
These individuals and companies sponsor ongoing development of projects in the
4+
Graphile ecosystem. Find out
5+
[how you can become a sponsor](https://graphile.org/sponsor/).
6+
7+
## Featured
8+
9+
- Chad Furman
10+
- Storyscript
11+
- Postlight
12+
13+
## Leaders
14+
15+
- Joe Dennis
16+
- domonda
17+
- Robert Claypool
18+
- James Allain
19+
- Stagency
20+
- Jack Dinker
21+
- 8th Light
22+
- Nigel Taylor
23+
- DocIQ
24+
- Principia Mentis
25+
- Qwick
26+
- Partners in School Innovation
27+
- OpenLaw NZ
28+
- Sterblue
29+
- HR-ON
30+
- Ian Stewart
31+
- Janakan Arulkumarasan
32+
33+
## Supporters
34+
35+
- Daniel Einspanjer
36+
- Sam Levin
37+
- stlbucket
38+
- Matt Bretl
39+
- Chris Watland
40+
- James Rascoe
41+
- Mark Lipscombe
42+
- Michel Pelletier
43+
- Frank
44+
- Mark Rapoza
45+
- innovation.rocks
46+
- cybere
47+
- Daniel Woelfel
48+
- Philipp Litzenberger
49+
- Bjørn Michelsen
50+
- CJ
51+
- Ben Botwin
52+
- Cameron Ellis
53+
- Mansoor Razzaq
54+
- Borut Jures

0 commit comments

Comments
 (0)