-
-
Notifications
You must be signed in to change notification settings - Fork 821
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
11 changed files
with
813 additions
and
574 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
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 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 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,14 @@ | ||
export default { | ||
index: { | ||
title: 'Home', | ||
type: 'page', | ||
display: 'hidden', | ||
theme: { | ||
layout: 'raw', | ||
}, | ||
}, | ||
docs: { | ||
title: 'Docs', | ||
type: 'page', | ||
}, | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export default { | ||
introduction: 'Introduction', | ||
'generate-schema': 'Executable Schemas', | ||
resolvers: 'Resolvers', | ||
'resolvers-composition': 'Resolvers Composition', | ||
scalars: 'Custom Scalars and Enums', | ||
mocking: 'Mocking', | ||
connectors: 'Data Fetching', | ||
'schema-directives': 'Schema Directives', | ||
'schema-merging': 'Schema Merging', | ||
'schema-stitching': { | ||
title: 'Schema Stitching ↗', | ||
href: 'https://the-guild.dev/graphql/stitching', | ||
}, | ||
'server-setup': 'Setup an HTTP Server', | ||
'schema-loading': 'Schema Loading', | ||
'documents-loading': 'Documents Loading', | ||
'graphql-tag-pluck': 'GraphQL Tag Pluck', | ||
'relay-operation-optimizer': 'Relay Operation Optimizer', | ||
migration: 'Migration', | ||
api: 'API Reference', | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export default { | ||
'migration-from-import': 'From GraphQL Import', | ||
'migration-from-merge-graphql-schemas': 'From Merge GraphQL Schemas', | ||
'migration-from-toolkit': 'From GraphQL Toolkit', | ||
'migration-from-tools': 'From Tools v4 - v6', | ||
}; |
Oops, something went wrong.