-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update GraphCMS references (#42)
- Loading branch information
1 parent
f4166fd
commit 97c2638
Showing
19 changed files
with
317 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,5 @@ node_modules | |
# Logs | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
yarn-error.log* | ||
.vercel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
fragment Author on Author { | ||
stage | ||
remoteId: id | ||
createdAt | ||
updatedAt | ||
publishedAt | ||
name | ||
title | ||
biography | ||
createdBy { | ||
... on User { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
updatedBy { | ||
... on User { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
publishedBy { | ||
... on User { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
picture { | ||
... on Asset { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
locale | ||
} | ||
} | ||
posts { | ||
... on Post { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
scheduledIn { | ||
... on ScheduledOperation { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
fragment Page on Page { | ||
stage | ||
remoteId: id | ||
createdAt | ||
updatedAt | ||
publishedAt | ||
title | ||
slug | ||
subtitle | ||
content { | ||
... on RichText { | ||
raw | ||
html | ||
markdown | ||
text | ||
} | ||
} | ||
createdBy { | ||
... on User { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
updatedBy { | ||
... on User { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
publishedBy { | ||
... on User { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
scheduledIn { | ||
... on ScheduledOperation { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
seo { | ||
... on Seo { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
fragment ScheduledOperation on ScheduledOperation { | ||
stage | ||
remoteId: id | ||
createdAt | ||
updatedAt | ||
publishedAt | ||
description | ||
errorMessage | ||
rawPayload | ||
createdBy { | ||
... on User { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
updatedBy { | ||
... on User { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
publishedBy { | ||
... on User { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
release { | ||
... on ScheduledRelease { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
status | ||
affectedDocuments { | ||
... on Asset { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
locale | ||
} | ||
... on Author { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
... on Page { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
... on Post { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
... on Seo { | ||
remoteTypeName: __typename | ||
remoteId: id | ||
} | ||
} | ||
} |
Oops, something went wrong.
97c2638
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
reference-blog – ./
reference-blog-git-master-graphcms.vercel.app
reference-blog-graphcms.vercel.app
blog.withheadlesscms.com
gatsby-starter-graphcms-blog.vercel.app