{"id":21706624,"url":"https://github.com/luizcalaca/node-graphql-mongodb-api","last_synced_at":"2025-04-12T16:14:35.383Z","repository":{"id":40782098,"uuid":"471578319","full_name":"luizcalaca/node-graphql-mongodb-api","owner":"luizcalaca","description":"GraphQL API","archived":false,"fork":false,"pushed_at":"2022-03-20T13:49:08.000Z","size":37,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T10:47:53.233Z","etag":null,"topics":["api","apollo-server","graphql","mongodb","mongoose"],"latest_commit_sha":null,"homepage":"","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/luizcalaca.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}},"created_at":"2022-03-19T03:06:04.000Z","updated_at":"2022-06-27T19:38:20.000Z","dependencies_parsed_at":"2022-09-11T16:41:12.533Z","dependency_job_id":null,"html_url":"https://github.com/luizcalaca/node-graphql-mongodb-api","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/luizcalaca%2Fnode-graphql-mongodb-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizcalaca%2Fnode-graphql-mongodb-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizcalaca%2Fnode-graphql-mongodb-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizcalaca%2Fnode-graphql-mongodb-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luizcalaca","download_url":"https://codeload.github.com/luizcalaca/node-graphql-mongodb-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248594154,"owners_count":21130316,"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":["api","apollo-server","graphql","mongodb","mongoose"],"created_at":"2024-11-25T22:13:25.901Z","updated_at":"2025-04-12T16:14:35.356Z","avatar_url":"https://github.com/luizcalaca.png","language":"JavaScript","readme":"# Blog API em GraphQL\n\nUm aplicativo em GraphQL para gerenciar posts\n\n#### How to run\n\n```\ngit clone https://github.com/luizcalaca/node-graphql-mongodb-api.git\nnpm install\nnpm start\n```\n\nAccess on: http://localhost/4000 and will be opened the GraphQL playground\n\n#### Example on Playground\n\n```\nmutation CreatePost($post: PostInput) {\n  createPost(post: $post) {\n    name,\n    comments {\n      description\n    }\n  }\n}\n```\n\nUsing the below Headers:\n\n```\n{\n  \"post\": {\n    \"name\": \"GraphQL vs REST\",\n    \"comments\": {\n      \"description\": \"That's difficult to discuss about\"\n    }\n  }\n}\n```\n\nWe will post this:\n\n```\n{\n  \"data\": {\n    \"createPost\": {\n      \"name\": \"GraphQL vs REST\",\n      \"comments\": {\n        \"description\": \"That's difficult to discuss about\"\n      }\n    }\n  }\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizcalaca%2Fnode-graphql-mongodb-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluizcalaca%2Fnode-graphql-mongodb-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizcalaca%2Fnode-graphql-mongodb-api/lists"}