0.0.9 • Published 3 years ago

@sifrr/api v0.0.9

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

sifrr-api · npm version Doscify

NOTE: old version is deprecated

Please use typegraphql and typeorm with sifrr-api to build graphql apis using typescript.

API

saveSchema

Keeps track of graphql schema with versioning to keep track of when the api was changed. Much like db migrations. Ideally you will run this command whenever you change the graphql schema, and save the schemas in your version control system.

saveSchema(executableSchema, {
  schemaDir: path.resolve('./schema'), // directory path where schema files will be saved
  printOptions?: // options to be given to `printSchema` command of graphql
});
0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2-alpha

5 years ago

0.0.1-alpha2

5 years ago

0.0.1-alpha

5 years ago