{"id":13786929,"url":"https://github.com/ilgooz/service-graphql","last_synced_at":"2025-08-22T22:02:50.561Z","repository":{"id":81480585,"uuid":"171656110","full_name":"ilgooz/service-graphql","owner":"ilgooz","description":"GraphQL service","archived":false,"fork":false,"pushed_at":"2020-06-08T10:48:46.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T12:13:31.020Z","etag":null,"topics":["mesg"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilgooz.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}},"created_at":"2019-02-20T10:56:33.000Z","updated_at":"2019-03-03T18:01:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1630e91-34cc-4851-89d6-1510b475a4a7","html_url":"https://github.com/ilgooz/service-graphql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ilgooz/service-graphql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilgooz%2Fservice-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilgooz%2Fservice-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilgooz%2Fservice-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilgooz%2Fservice-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilgooz","download_url":"https://codeload.github.com/ilgooz/service-graphql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilgooz%2Fservice-graphql/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261987571,"owners_count":23240865,"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":["mesg"],"created_at":"2024-08-03T20:00:22.172Z","updated_at":"2025-06-26T02:35:52.054Z","avatar_url":"https://github.com/ilgooz.png","language":"JavaScript","funding_links":[],"categories":["WWW"],"sub_categories":[],"readme":"# GraphQL service\n\n\n\n# Contents\n\n- [Installation](#Installation)\n- [Definitions](#Definitions)\n  - [Events](#Events)\n    - [query](#query)\n  - [Tasks](#Tasks)\n    - [completeQuery](#completequery)\n\n# Installation\n\n## MESG Core\n\nThis service requires [MESG Core](https://github.com/mesg-foundation/core) to be installed first.\n\nYou can install MESG Core by running the following command or [follow the installation guide](https://docs.mesg.com/guide/start-here/installation.html).\n\n```bash\nbash \u003c(curl -fsSL https://mesg.com/install)\n```\n\n## Service\n\nDownload the source code of this service, and then in the service's folder, run the following command:\n```bash\nmesg-core service deploy\n```\n\n# Definitions\n\n# Events\n\n## query\n\nEvent key: `query`\n\nEmitted for every graphql query request\n\n| **Name** | **Key** | **Type** | **Description** |\n| --- | --- | --- | --- |\n| **fields** | `fields` | `Object` | Requested query fields |\n| **sessionID** | `sessionID` | `String` | Unique ID of graphql query request |\n\n# Tasks\n\n## completeQuery\n\nTask key: `completeQuery`\n\n\n\n### Inputs\n\n| **Name** | **Key** | **Type** | **Description** |\n| --- | --- | --- | --- |\n| **data** | `data` | `Object` | Data to send as response to graphql query request |\n| **sessionID** | `sessionID` | `String` | Unique ID of graphql query request |\n\n### Outputs\n\n#### error\n\nOutput key: `error`\n\n\n\n| **Name** | **Key** | **Type** | **Description** |\n| --- | --- | --- | --- |\n| **message** | `message` | `String` |  |\n\n#### success\n\nOutput key: `success`\n\n\n\n| **Name** | **Key** | **Type** | **Description** |\n| --- | --- | --- | --- |\n| **elapsedTime** | `elapsedTime` | `Number` | Elapsed time in nanoseconds for query request to complete |\n| **sessionID** | `sessionID` | `String` | Session ID of graphql query request |\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filgooz%2Fservice-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filgooz%2Fservice-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filgooz%2Fservice-graphql/lists"}