{"id":16353890,"url":"https://github.com/beeman/graphql-micros","last_synced_at":"2026-05-17T02:37:00.005Z","repository":{"id":66567409,"uuid":"137717171","full_name":"beeman/graphql-micros","owner":"beeman","description":"Playground of a GraphQL server that delivers some commonly used functionality.","archived":false,"fork":false,"pushed_at":"2018-06-18T06:50:31.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-28T21:43:31.895Z","etag":null,"topics":["graphql","graphql-yoga","gravatar","microservice","no-issues","password","prs-welcome","unfurl"],"latest_commit_sha":null,"homepage":"https://graphql-micros.now.sh/","language":"TypeScript","has_issues":false,"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/beeman.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":"2018-06-18T06:29:06.000Z","updated_at":"2018-06-18T06:54:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"87047450-dd24-4535-9dec-f5b6721a0b8e","html_url":"https://github.com/beeman/graphql-micros","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/beeman%2Fgraphql-micros","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeman%2Fgraphql-micros/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeman%2Fgraphql-micros/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeman%2Fgraphql-micros/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beeman","download_url":"https://codeload.github.com/beeman/graphql-micros/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239635524,"owners_count":19672190,"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":["graphql","graphql-yoga","gravatar","microservice","no-issues","password","prs-welcome","unfurl"],"created_at":"2024-10-11T01:31:29.625Z","updated_at":"2025-11-25T12:30:15.809Z","avatar_url":"https://github.com/beeman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL Micros\n\nPlayground of a GraphQL server that delivers some commonly used functionality.\n\n## Examples\n\nTry these examples on [graphql-micros.now.sh](https://graphql-micros.now.sh/).\n\n```graphql\nquery {\n  # Fetch profile data from remote sites \n  unfurl(url: \"https://github.com/beeman\") {\n    ogp {\n      image:ogImage { url }\n      siteName:ogSiteName\n      type:ogType\n      title:ogTitle\n      url:ogUrl\n      description:ogDescription\n    }\n  }\n  # Password check based on analytics\n  # and remote check using haveibeenpwned.com api\n  weak:password(password: \"password\" remote: true) {\n    percentage\n    remote\n  }\n  strong:password(password: \"[P]a$^2w0rt\" remote: true) {\n    percentage\n    remote\n  }\n  # Generate a Gravatar URL based on the Email address\n  gravatar(email: \"borggreve@gmail.com\" size: 200) \n}\n```\n\n# MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeman%2Fgraphql-micros","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeeman%2Fgraphql-micros","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeman%2Fgraphql-micros/lists"}