fauna-fields-list-compile
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "fauna-fields-list-compile", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A POC for a GraphQL to FaunaDB FQL compiler and general utility to produce FaunaDB queries from a fields list.", | ||
@@ -42,3 +42,7 @@ "repository": { | ||
"typescript": "^3.7.2" | ||
} | ||
}, | ||
"keywords": [ | ||
"faunadb", | ||
"graphql" | ||
] | ||
} |
@@ -1,2 +0,2 @@ | ||
# Fauna Fields List Compiler | ||
# Fauna Fields List Compile | ||
@@ -43,3 +43,3 @@ ![npm](https://img.shields.io/npm/v/fauna-fields-list-compile.svg) | ||
SelectionBuilder | ||
} = require('fauna-fields-list-compiler'); | ||
} = require('fauna-fields-list-compile'); | ||
const client = new Client({ secret: process.env.FAUNADB_SECRET }); | ||
@@ -105,3 +105,3 @@ | ||
const { Client } = require('faunadb'); | ||
const { FaunaGraphQLClient } = require('fauna-fields-list-compiler'); | ||
const { FaunaGraphQLClient } = require('fauna-fields-list-compile'); | ||
const client = new Client({ secret: process.env.FAUNADB_SECRET }); | ||
@@ -151,3 +151,3 @@ | ||
```js | ||
const { SchemaBuilder } = require('fauna-fields-list-compiler'); | ||
const { SchemaBuilder } = require('fauna-fields-list-compile'); | ||
const { | ||
@@ -154,0 +154,0 @@ collectionType, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
89664
0