Socket
Socket
Sign inDemoInstall

cf-graphql

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-graphql - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

10

package.json
{
"name": "cf-graphql",
"version": "0.0.1",
"description": "Generate a GraphQL schema out of your Contentful space",
"version": "0.1.0",
"license": "MIT",

@@ -13,2 +14,9 @@ "repository": "jelz/cf-graphql",

],
"keywords": [
"graphql",
"contentful",
"graph",
"schema",
"cda"
],
"main": "index.js",

@@ -15,0 +23,0 @@ "scripts": {

22

README.md

@@ -12,3 +12,14 @@ # cf-graphql

## First steps
If you just want to see how it works, please follow the [Example](#example)
section. If you want to get your hands dirty, install the package:
```
npm install --save cf-graphql
```
... and follow the [Usage](#usage) section.
## Example

@@ -27,3 +38,4 @@

[a pregenerated schema](./example/resources/schema.graphql) of my space there.
Here is how its graph looks like:
Please refer the [Querying](#querying) section. Here is how its graph looks
like:

@@ -183,9 +195,9 @@ ![Schema graph](./example/resources/graph.png)

## Contributing
## Contributing
Please do. Open an issue/PR and optionally ping @jelz.
Please do. Open an issue/PR and optionally ping @jelz.
## License
## License
MIT
MIT
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc