Skip to content

Instantly share code, notes, and snippets.

@colinfwren
Created January 22, 2022 20:12
Show Gist options
  • Save colinfwren/2a6953fc81e5682c751723ece9fafa45 to your computer and use it in GitHub Desktop.
Save colinfwren/2a6953fc81e5682c751723ece9fafa45 to your computer and use it in GitHub Desktop.
Package.json for publshing schema and types
{
"name": "@your-org/graphql-schema",
"version": "0.0.1",
"description": "GraphQL Schemas for generating types",
"main": "schema.graphql",
"types": "types.d.ts",
"files": [
"schema.graphql",
"types.d.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment