{"id":19900688,"url":"https://github.com/gqlc/compiler","last_synced_at":"2025-05-02T23:31:14.298Z","repository":{"id":57481474,"uuid":"162950928","full_name":"gqlc/compiler","owner":"gqlc","description":"GraphQL Compiler Internals e.g. Type Validation, Import Reduction, etc.","archived":false,"fork":false,"pushed_at":"2020-05-07T04:31:57.000Z","size":189,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-15T08:02:08.833Z","etag":null,"topics":["golang","graphql","graphql-tools"],"latest_commit_sha":null,"homepage":"","language":"Go","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/gqlc.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}},"created_at":"2018-12-24T04:47:57.000Z","updated_at":"2021-07-20T05:08:13.000Z","dependencies_parsed_at":"2022-09-14T02:50:31.116Z","dependency_job_id":null,"html_url":"https://github.com/gqlc/compiler","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gqlc%2Fcompiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gqlc%2Fcompiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gqlc%2Fcompiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gqlc%2Fcompiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gqlc","download_url":"https://codeload.github.com/gqlc/compiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224341445,"owners_count":17295271,"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":["golang","graphql","graphql-tools"],"created_at":"2024-11-12T20:12:59.438Z","updated_at":"2024-11-12T20:12:59.563Z","avatar_url":"https://github.com/gqlc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/gqlc/compiler?status.svg)](https://godoc.org/github.com/gqlc/compiler)\n[![Go Report Card](https://goreportcard.com/badge/github.com/gqlc/compiler)](https://goreportcard.com/report/github.com/gqlc/compiler)\n[![Build Status](https://travis-ci.org/gqlc/compiler.svg?branch=master)](https://travis-ci.org/gqlc/compiler)\n[![codecov](https://codecov.io/gh/gqlc/compiler/branch/master/graph/badge.svg)](https://codecov.io/gh/gqlc/compiler)\n\n# GraphQL Compiler Internals\n\nPackage `compiler` provides types and interfaces for interacting with or implementing\na compiler for the GraphQL IDL.\n\n## Features\n\n- Import Tree Reduction\n- Type Validation\n- Type Merging\n\n### Import Tree Reduction\nGraphQL documents can import one another with the following directive:\n```graphql\ndirective @import(paths: [String]!) on DOCUMENT\n```\n\n### Type Validation\nType Validation/Checking is provided by implementing the `TypeChecker` interface. The\n`Validate` function is a `TypeChecker` that enforces type validation, per the GraphQL spec.\n\n### Type Merging\nType merging handles merging type extensions with their original type definition.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgqlc%2Fcompiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgqlc%2Fcompiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgqlc%2Fcompiler/lists"}