Skip to content

Latest commit

 

History

History

graphql-model

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

graphql-model

This project represents the GraphQL model used by the application and it is automatically generated from the schema definition.

Use npm run regenerate-graphql-schema-types to regenerate the types.

Note:

  • Lint and Prettier are not added to this project since all the code is autogenerated.
  • No test cases are added because of the same.