From 1caa2f79f272a058f1e30b585ab1d7718ac9dc34 Mon Sep 17 00:00:00 2001 From: Matt Young Date: Mon, 25 Apr 2022 02:02:35 -0400 Subject: [PATCH] resources: grandstack blogs --- db/README.md | 23 ++++++++++++++++++++++- resources/blogs-grandstack.md | 19 +++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 resources/blogs-grandstack.md diff --git a/db/README.md b/db/README.md index 4d360f8..6632efd 100644 --- a/db/README.md +++ b/db/README.md @@ -10,6 +10,27 @@ ctx->allTheThings.ToMarkdown(); ## Sub-Graph Packs (SGP) + + + +### Types of Packs + + + +* blogs +* boards +* core +* corp +* email +* packages +* rtc +* social +* threats +* videos + + + + Each pack will have the following: * GraphQL Schema, deriving from the base type. @@ -53,7 +74,7 @@ Each pack will have the following: ``` -## How Interfaces Work +## How GraphQL Interfaces Work https://neo4j.com/docs/graphql-manual/current/type-definitions/interfaces/#_directive_inheritance diff --git a/resources/blogs-grandstack.md b/resources/blogs-grandstack.md new file mode 100644 index 0000000..4e15cc1 --- /dev/null +++ b/resources/blogs-grandstack.md @@ -0,0 +1,19 @@ +# Useful blogs + +TODO: organize + +- [a-game-of-data-and-graphql-97ee2ca297ce](https://blog.grandstack.io/a-game-of-data-and-graphql-97ee2ca297ce) +- [first-steps-with-graphcools-graphql-command-line-tools-3aa137271420](https://blog.grandstack.io/first-steps-with-graphcools-graphql-command-line-tools-3aa137271420) +- [drag-and-drop-with-the-grandstack-766f074df151](https://blog.grandstack.io/drag-and-drop-with-the-grandstack-766f074df151) +- [inferring-graphql-type-definitions-from-an-existing-neo4j-database-dadca2138b25](https://blog.grandstack.io/inferring-graphql-type-definitions-from-an-existing-neo4j-database-dadca2138b25) +- [replicating-the-github-graphql-api-with-neo4j-33f721fd46ee](https://blog.grandstack.io/replicating-the-github-graphql-api-with-neo4j-33f721fd46ee) +- [using-neo4js-full-text-search-with-graphql-e3fa484de2ea](https://blog.grandstack.io/using-neo4js-full-text-search-with-graphql-e3fa484de2ea) +- [using-native-datetime-types-with-grandstack-e126728fb2a0](https://blog.grandstack.io/using-native-datetime-types-with-grandstack-e126728fb2a0) +- [graphql-api-configuration-with-neo4j-graphql-js-bf7a1331c793](https://blog.grandstack.io/graphql-api-configuration-with-neo4j-graphql-js-bf7a1331c793) +- [authorization-in-graphql-using-custom-schema-directives-eafa6f5b4658](https://blog.grandstack.io/authorization-in-graphql-using-custom-schema-directives-eafa6f5b4658) +- [building-trending-activity-feeds-using-graphql-and-neo4j-e62ee790238e](https://blog.grandstack.io/building-trending-activity-feeds-using-graphql-and-neo4j-e62ee790238e) +- [using-the-neo4j-graphql-plugin-in-neo4j-desktop-c8a60aa014d9](https://blog.grandstack.io/using-the-neo4j-graphql-plugin-in-neo4j-desktop-c8a60aa014d9) +- [graphql-apis-for-developer-communities-64ec1b4c0e18](https://blog.grandstack.io/graphql-apis-for-developer-communities-64ec1b4c0e18) +- [a-look-at-graphql-clients-for-react-apps-512c2396cb53](https://blog.grandstack.io/a-look-at-graphql-clients-for-react-apps-512c2396cb53) +- [getting-started-with-neo4j-and-graphql-7f631c6d180c](https://blog.grandstack.io/getting-started-with-neo4j-and-graphql-7f631c6d180c) +- [getting-started-neo4j-graphql/](https://grandstack.io/docs/getting-started-neo4j-graphql/) \ No newline at end of file