Skip to content

Commit 2d69573

Browse files
refactor: rename to Hygraph (#240)
1 parent b2bb56f commit 2d69573

File tree

6 files changed

+87
-66
lines changed

6 files changed

+87
-66
lines changed

.all-contributorsrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
"contributorsPerLine": 7,
4848
"projectName": "gatsby-source-graphcms",
49-
"projectOwner": "GraphCMS",
49+
"projectOwner": "hygraph",
5050
"repoType": "github",
5151
"repoHost": "https://github.com",
5252
"skipCi": true

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 GraphCMS
3+
Copyright (c) 2022 GraphCMS
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

demo/gatsby-config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ module.exports = {
1111
options: {
1212
buildMarkdownNodes: true,
1313
endpoint:
14-
process.env.GRAPHCMS_ENDPOINT ||
15-
'https://api-eu-central-1.graphcms.com/v2/ckclvjtet0f0901z69og3f3gm/master',
14+
process.env.HYGRAPH_ENDPOINT ||
15+
'https://api-eu-central-1.hygraph.com/v2/ckclvjtet0f0901z69og3f3gm/master',
1616
locales: ['en', 'de'],
1717
stages: ['DRAFT', 'PUBLISHED'],
1818
},

0 commit comments

Comments
 (0)