Skip to content

add sample app for graphql#88

Draft
adilhafeez wants to merge 1 commit intomainfrom
adil/graphql_app
Draft

add sample app for graphql#88
adilhafeez wants to merge 1 commit intomainfrom
adil/graphql_app

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