{"id":13621949,"url":"https://github.com/sibelius/graphql-mock-api","last_synced_at":"2025-04-30T20:29:46.581Z","repository":{"id":40767510,"uuid":"266576510","full_name":"sibelius/graphql-mock-api","owner":"sibelius","description":"A GraphQL mock to any GraphQL schema","archived":false,"fork":false,"pushed_at":"2024-03-14T20:17:17.000Z","size":933,"stargazers_count":30,"open_issues_count":7,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-01T19:05:02.705Z","etag":null,"topics":["api","graphql","mock"],"latest_commit_sha":null,"homepage":null,"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/sibelius.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":"2020-05-24T16:06:06.000Z","updated_at":"2024-03-10T17:50:27.000Z","dependencies_parsed_at":"2024-06-16T06:47:40.855Z","dependency_job_id":null,"html_url":"https://github.com/sibelius/graphql-mock-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/sibelius%2Fgraphql-mock-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibelius%2Fgraphql-mock-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibelius%2Fgraphql-mock-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibelius%2Fgraphql-mock-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sibelius","download_url":"https://codeload.github.com/sibelius/graphql-mock-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242704602,"owners_count":20172249,"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","graphql","mock"],"created_at":"2024-08-01T21:01:12.381Z","updated_at":"2025-03-09T14:30:50.267Z","avatar_url":"https://github.com/sibelius.png","language":"JavaScript","readme":"# GraphQL Mock API\n\nSend `schema` and `mocks` inside POST body to mock any GraphQL schema\n\n```jsx\nconst schema = `\ntype Query {\n  user: User\n}\n\ntype User {\n  name: String\n}\n`\nconst mocks = {\n  User: {\n    name: 'awesome'\n  },\n}\n```\n\n# How to run\n```shell script\nyarn start\n```","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsibelius%2Fgraphql-mock-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsibelius%2Fgraphql-mock-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsibelius%2Fgraphql-mock-api/lists"}