Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sample app for graphql #88

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

add sample app for graphql #88

wants to merge 1 commit into from

Conversation

adilhafeez
Copy link
Contributor

No description provided.


dotenv.config();

function makeid(length: number) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:rename to makeId


const typeDefs = readFileSync(SCHEMA_FILE, 'utf-8');

const patients = [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we have this list of patients in the server?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants