{"id":18798558,"url":"https://github.com/micmro/soliloquy-server","last_synced_at":"2025-08-16T02:16:58.349Z","repository":{"id":146090756,"uuid":"97498178","full_name":"micmro/soliloquy-server","owner":"micmro","description":"Graphql Server for Soliloquy single-user chat app.","archived":false,"fork":false,"pushed_at":"2017-07-19T14:35:52.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T07:03:11.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/micmro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-07-17T16:36:22.000Z","updated_at":"2017-07-18T06:08:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"d02200cb-e63a-4644-81fd-e302688d7959","html_url":"https://github.com/micmro/soliloquy-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/micmro/soliloquy-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2Fsoliloquy-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2Fsoliloquy-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2Fsoliloquy-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2Fsoliloquy-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micmro","download_url":"https://codeload.github.com/micmro/soliloquy-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2Fsoliloquy-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270657715,"owners_count":24623465,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-07T22:12:22.986Z","updated_at":"2025-08-16T02:16:58.319Z","avatar_url":"https://github.com/micmro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# soliloquy-server\n\nGraphql Server for Soliloquy single-user chat app.\n\n# Setup\n```\nyarn install\nyarn start\n```\n\n## Run test\n```\nyarn test\n```\n\nor with coverage\n```\nyarn coverage\n```\n\n\n# GraphQL Endpoint\nThe GraphQL endpoint is available under [`/graphql`](http://localhost:8080/graphql)\n\n# GraphiQL Endpoint\nTo see the inteactive GraphiQL UI open [`/graphiql`](http://localhost:8080/graphql)\n\n# Sample Queries\n\n## get all data for a user\n```\n{\n  user(id: \"1\") {\n    name,\n    initials,\n    entries {\n      id,\n      message,\n      created,\n      edited\n    }\n  }\n}\n```\n\n## createEntry\n```\nmutation {\n  createEntry(newEntry: {message: \"hope is a good thing 1\"}) {\n    id,\n    message,\n    created,\n    edited\n  }\n}\n\n```\n\n## updateEntry\n```\nmutation {\n  updateEntry(id: \"entry_4\", changes: {message: \"update\"}) {\n    id\n    message\n    created\n    edited\n  }\n}\n\n```\n\n## deleteEntry\n```\nmutation {\n  deleteEntry(id: \"entry_2\") {\n    id\n  }\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicmro%2Fsoliloquy-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicmro%2Fsoliloquy-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicmro%2Fsoliloquy-server/lists"}