{"id":17642539,"url":"https://github.com/deno-libs/graphql_tag","last_synced_at":"2025-05-06T22:56:05.694Z","repository":{"id":62421982,"uuid":"347471900","full_name":"deno-libs/graphql_tag","owner":"deno-libs","description":"🦕 Create a GraphQL schema AST from template literal. Deno port of `graphql-tag` library","archived":false,"fork":false,"pushed_at":"2023-11-09T12:57:39.000Z","size":46,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T22:55:52.326Z","etag":null,"topics":["deno","graphql","graphql-tools"],"latest_commit_sha":null,"homepage":"https://deno.land/x/graphql_tag","language":"TypeScript","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/deno-libs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"v1rtl","liberapay":"v1rtl"}},"created_at":"2021-03-13T20:28:04.000Z","updated_at":"2024-01-14T17:40:34.000Z","dependencies_parsed_at":"2023-11-09T13:46:27.392Z","dependency_job_id":"7738f55b-240d-4775-a8cc-7c6f7a48084c","html_url":"https://github.com/deno-libs/graphql_tag","commit_stats":null,"previous_names":["deno-libs/graphql-tag"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno-libs%2Fgraphql_tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno-libs%2Fgraphql_tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno-libs%2Fgraphql_tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deno-libs%2Fgraphql_tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deno-libs","download_url":"https://codeload.github.com/deno-libs/graphql_tag/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252782481,"owners_count":21803383,"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":["deno","graphql","graphql-tools"],"created_at":"2024-10-23T08:04:20.342Z","updated_at":"2025-05-06T22:56:05.657Z","avatar_url":"https://github.com/deno-libs.png","language":"TypeScript","funding_links":["https://ko-fi.com/v1rtl","https://liberapay.com/v1rtl"],"categories":["Modules"],"sub_categories":["Web utils"],"readme":"# graphql-tag\n\n[![GitHub release (latest by date)][releases]][releases-page]\n[![GitHub Workflow Status][gh-actions-img]][github-actions] [![Codecov][codecov-badge]][codecov] [![][docs-badge]][docs]\n\n\u003e 🦕 Deno port of [graphql-tag](https://github.com/apollographql/graphql-tag) library.\n\nCreate a GraphQL schema AST from template literal.\n\n## Example\n\n```ts\nimport { buildASTSchema, graphql } from 'https://esm.sh/graphql@16.6.0'\nimport { gql } from 'https://deno.land/x/graphql_tag/mod.ts'\n\nconst typeDefs = gql`\n  type Query {\n    hello: String\n  }\n`\n\nconst query = `{ hello }`\n\nconst resolvers = { hello: () =\u003e 'world' }\n\nconst schema = buildASTSchema(typeDefs)\n\nconsole.log(await graphql({ schema, source: query, rootValue: resolvers }))\n```\n\n[releases]: https://img.shields.io/github/v/release/deno-libs/graphql-tag?style=flat-square\n[docs-badge]: https://img.shields.io/github/v/release/deno-libs/graphql-tag?color=yellow\u0026label=Documentation\u0026logo=deno\u0026style=flat-square\n[docs]: https://doc.deno.land/https/deno.land/x/graphql_tag/mod.ts\n[releases-page]: https://github.com/deno-libs/graphql-tag/releases\n[gh-actions-img]: https://img.shields.io/github/actions/workflow/status/deno-libs/graphql-tag/main.yml?branch=master\u0026style=flat-square\n[codecov]: https://codecov.io/gh/deno-libs/graphql_tag\n[github-actions]: https://github.com/deno-libs/graphql-tag/actions\n[codecov-badge]: https://img.shields.io/codecov/c/gh/deno-libs/graphql_tag?style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeno-libs%2Fgraphql_tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeno-libs%2Fgraphql_tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeno-libs%2Fgraphql_tag/lists"}