title: Getting Started pageTitle: 'Building a GraphQL Server with Node.js, Fastify, Typescript, GraphQL Helix, Envelop & Prisma' description: 'Learn how to build a GraphQL server with Fastify, graphql-helix, Node.js, Typescript, Envelop & Prisma' question: 'What role do the root fields play for a GraphQL API?' answers: [ 'The three root fields are: Query, Mutation and Subscription', 'Root fields implement the available API operations',
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 is generated by running "yarn install" inside your project. | |
# Manual changes might be lost - proceed with caution! | |
__metadata: | |
version: 6 | |
cacheKey: 8 | |
"@ampproject/remapping@npm:^2.1.0": | |
version: 2.2.0 | |
resolution: "@ampproject/remapping@npm:2.2.0" |
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
{ | |
"header": { | |
"reportVersion": 2, | |
"event": "Allocation failed - JavaScript heap out of memory", | |
"trigger": "FatalError", | |
"filename": "errlog.json", | |
"dumpEventTime": "2021-12-14T22:20:34Z", | |
"dumpEventTimeStamp": "1639500634378", | |
"processId": 1533, |
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
{ | |
"message": { | |
"receivers": [{ | |
"name": "name", | |
"address": "917358445777", | |
"Connector": "917358445777", | |
"type": "individual" | |
}], | |
"parts": [{ | |
"id": "1", |
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
diff --git a/packages/ci/src/index.ts b/packages/ci/src/index.ts | |
index 188aeae..cf69827 100644 | |
--- a/packages/ci/src/index.ts | |
+++ b/packages/ci/src/index.ts | |
@@ -1,8 +1,8 @@ | |
-import {useConfig, availableCommands} from '@graphql-inspector/config'; | |
-import {useCommands} from '@graphql-inspector/commands'; | |
-import {useLoaders} from '@graphql-inspector/loaders'; | |
-import yargs, {Argv} from 'yargs'; | |
-import {Logger} from '@graphql-inspector/logger'; |
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
importers: | |
.: | |
dependencies: | |
'@graphql-mesh/cache-file': [email protected] | |
'@graphql-mesh/cli': [email protected] | |
'@graphql-mesh/config': [email protected] | |
'@graphql-mesh/graphql': [email protected] | |
'@graphql-mesh/runtime': [email protected] | |
'@graphql-tools/utils': [email protected] | |
fetchache: 0.0.4 |
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
importers: | |
.: | |
dependencies: | |
'@graphql-mesh/cache-file': [email protected] | |
'@graphql-mesh/cli': [email protected] | |
'@graphql-mesh/config': [email protected] | |
'@graphql-mesh/graphql': [email protected] | |
'@graphql-mesh/runtime': [email protected] | |
'@graphql-tools/utils': [email protected] | |
fetchache: 0.0.4 |
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
importers: | |
.: | |
dependencies: | |
'@graphql-mesh/cache-file': [email protected] | |
'@graphql-mesh/cli': [email protected] | |
'@graphql-mesh/config': [email protected] | |
'@graphql-mesh/graphql': [email protected] | |
'@graphql-mesh/runtime': [email protected] | |
'@graphql-mesh/transform-prefix': [email protected] | |
'@graphql-tools/utils': [email protected] |
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
/** | |
* Grant options | |
*/ | |
export interface GrantOptions { | |
/** | |
* Handler name | |
*/ | |
handler?: 'express' | 'koa' | 'hapi' | 'fastify' | 'curveball' | | |
'node' | 'aws' | 'azure' | 'gcloud' | 'vercel' |
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
--- | |
# Source: dgraph/templates/alpha/configs.yaml | |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: dgraph-dgraph-alpha-config | |
labels: | |
app: dgraph | |
chart: dgraph-0.0.11 | |
component: alpha |
NewerOlder