├── LICENSE ├── README.md ├── geojson ├── README.md ├── data.json └── schema.txt ├── graphql_introspection_system ├── README.md └── schema.txt └── hacker_news_api ├── README.md └── schema.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sogko/graphql-schemas/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sogko/graphql-schemas/HEAD/README.md -------------------------------------------------------------------------------- /geojson/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sogko/graphql-schemas/HEAD/geojson/README.md -------------------------------------------------------------------------------- /geojson/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sogko/graphql-schemas/HEAD/geojson/data.json -------------------------------------------------------------------------------- /geojson/schema.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sogko/graphql-schemas/HEAD/geojson/schema.txt -------------------------------------------------------------------------------- /graphql_introspection_system/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sogko/graphql-schemas/HEAD/graphql_introspection_system/README.md -------------------------------------------------------------------------------- /graphql_introspection_system/schema.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sogko/graphql-schemas/HEAD/graphql_introspection_system/schema.txt -------------------------------------------------------------------------------- /hacker_news_api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sogko/graphql-schemas/HEAD/hacker_news_api/README.md -------------------------------------------------------------------------------- /hacker_news_api/schema.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sogko/graphql-schemas/HEAD/hacker_news_api/schema.txt --------------------------------------------------------------------------------