{"id":18681291,"url":"https://github.com/morpheusgraphql/mythology-api","last_synced_at":"2025-04-12T04:09:11.794Z","repository":{"id":36346997,"uuid":"183775844","full_name":"morpheusgraphql/mythology-api","owner":"morpheusgraphql","description":"GraphQL APIs of ancient mythology","archived":false,"fork":false,"pushed_at":"2022-02-17T08:58:28.000Z","size":3206,"stargazers_count":19,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T04:09:10.874Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/morpheusgraphql.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","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":"2019-04-27T13:24:17.000Z","updated_at":"2024-01-11T06:07:00.000Z","dependencies_parsed_at":"2022-08-08T14:16:30.370Z","dependency_job_id":null,"html_url":"https://github.com/morpheusgraphql/mythology-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/morpheusgraphql%2Fmythology-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpheusgraphql%2Fmythology-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpheusgraphql%2Fmythology-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpheusgraphql%2Fmythology-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morpheusgraphql","download_url":"https://codeload.github.com/morpheusgraphql/mythology-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514225,"owners_count":21116903,"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":[],"created_at":"2024-11-07T10:06:47.923Z","updated_at":"2025-04-12T04:09:11.770Z","avatar_url":"https://github.com/morpheusgraphql.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mythology GraphQL API\n\nGraphQL APIs of ancient Greek mythology build with Morpheus GraphQL and Haskell\n\n### Setup\n\n## serverless ofline\n\nAs Morpheus is quite new, make sure stack can find morpheus-graphql by running `stack update`\n\n```\nnpm i\nnpm start\n\n```\n\nafter that, you cent check it out on `http://localhost:3000/`\n\n```GraphQL\nquery GetDeity {\n  deity (name: \"Morpheus\") {\n    fullname\n    power\n  }\n}\n```\n\nour query will be resolved!\n\n```JSON\n{\n  \"data\": {\n    \"deity\": {\n      \"fullname\": \"Morpheus\",\n      \"power\": \"Shapeshifting\"\n    }\n  }\n}\n```\n\n## Online Example\n\nMythology API is deployed on : [_api.morpheusgraphql.com_](https://api.morpheusgraphql.com) where you can test it with `GraphiQL`\n\n## About\n\n### Morpheus GraphQL\n\nBuild GraphQL APIs with your favourite functional language!\n\nMorpheus GraphQL helps you to build GraphQL APIs in Haskell with native haskell types.\nMorpheus will convert your haskell types to a GraphQL schema and all your resolvers are just native Haskell functions.\n\nMorpheus is still in an early stage of development, so any feedback is more than welcome, and we appreciate any contribution!\nJust open an issue here on GitHub, or join [our Slack channel](https://morpheus-graphql-slack-invite.herokuapp.com/) to get in touch.\n\n## Roadmap\n\n- Medium future:\n  - Fill content with Greek mythology\n- Long term:\n  - Support of other mythologies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorpheusgraphql%2Fmythology-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorpheusgraphql%2Fmythology-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorpheusgraphql%2Fmythology-api/lists"}