{"id":26121938,"url":"https://github.com/nirnejak/members-graphql-endpoint","last_synced_at":"2025-10-30T11:16:16.862Z","repository":{"id":41846989,"uuid":"200603922","full_name":"nirnejak/members-graphql-endpoint","owner":"nirnejak","description":"Member List GraphQL App","archived":false,"fork":false,"pushed_at":"2024-12-06T13:51:19.000Z","size":964,"stargazers_count":3,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-13T13:06:19.783Z","etag":null,"topics":["expressjs","graphql","javascript","lowdb","nodejs"],"latest_commit_sha":null,"homepage":"https://members-graphql-endpoint.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nirnejak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-05T07:25:57.000Z","updated_at":"2024-08-28T18:08:18.000Z","dependencies_parsed_at":"2024-08-28T19:42:00.866Z","dependency_job_id":"f36b0ada-40df-4960-97b3-97496e2d6a0d","html_url":"https://github.com/nirnejak/members-graphql-endpoint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirnejak%2Fmembers-graphql-endpoint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirnejak%2Fmembers-graphql-endpoint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirnejak%2Fmembers-graphql-endpoint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirnejak%2Fmembers-graphql-endpoint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nirnejak","download_url":"https://codeload.github.com/nirnejak/members-graphql-endpoint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717242,"owners_count":21150389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expressjs","graphql","javascript","lowdb","nodejs"],"created_at":"2025-03-10T14:37:35.246Z","updated_at":"2025-10-30T11:16:11.832Z","avatar_url":"https://github.com/nirnejak.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL App\n\nA Node.js App using Node.js, Express.js, LowDB, GraphQL and Handlebars\n\n## Query\n```graphql\n{\n  hello\n  member(id: \"1\") {\n    id\n    name\n    email\n    status\n    skills\n    work {\n      isEmployed\n      jobTitle\n      company\n    }\n  }\n  \n  members(status: \"inactive\", name: \"Jitendra Nirnejak\") {\n    id\n    name\n    email\n    status\n    skills\n    work {\n      isEmployed\n      jobTitle\n      company\n    }\n  }\n}\n```\n## Mutations\n```graphql\nmutation {\n  createMember(\n    member: {\n      name: \"Jitendra Nirnejak\",\n      email: \"jeetnirnejak@gmail.com\",\n      status: \"active\", \n      skills: [\"react\", \"css\", \"html\", \"css\", \"javascript\", \"node.js\"], \n      work: {\n        isEmployed: true, \n        jobTitle: \"Software Developer\", \n        company: \"Inkoop\"\n      }\n    }\n  ) {\n    id,\n    name,\n    email,\n    status,\n    skills,\n    work {\n      isEmployed,\n      jobTitle,\n      company\n    }\n  }\n}\n```\n\n```graphql\nmutation {\n  updateMember(\n    id: \"1\",\n    member: {\n      status: \"inactive\", \n      skills: [\"react\", \"css\", \"html\", \"css\", \"javascript\", \"node.js\"], \n      work: {\n        isEmployed: true, \n        jobTitle: \"Software Developer\", \n        company: \"Inkoop\"\n      }\n    }\n  ) {\n    id,\n    name,\n    email,\n    status,\n    skills,\n    work {\n      isEmployed,\n      jobTitle,\n      company\n    }\n  }\n}\n```\n\n```graphql\nmutation {\n  deleteMember(id: \"2627be9e-819f-4d56-995d-f7e3f2575bdd\") {\n    id\n    name\n    email\n    status\n    skills\n    work {\n      isEmployed\n      jobTitle\n      company\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirnejak%2Fmembers-graphql-endpoint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnirnejak%2Fmembers-graphql-endpoint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirnejak%2Fmembers-graphql-endpoint/lists"}