Skip to content

Commit

Permalink
resources: grandstack blogs
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Young <halcyondude@gmail.com>
  • Loading branch information
halcyondude committed Aug 4, 2022
1 parent 62020d4 commit b9115d2
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
23 changes: 22 additions & 1 deletion db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
19 changes: 19 additions & 0 deletions resources/blogs-grandstack.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit b9115d2

Please sign in to comment.