UNPKG

@theguild/components

Version:
179 lines (176 loc) 4.72 kB
import { SvgAngular, SvgCodeGenerator, SvgConductor, SvgConfig, SvgEnvelop, SvgEslint, SvgFets, SvgHive, SvgInspector, SvgKitql, SvgMesh, SvgModules, SvgScalars, SvgShield, SvgSofa, SvgSse, SvgStitching, SvgTools, SvgWhatsapp, SvgWs, SvgYoga } from "./chunk-XDTE35IS.js"; // src/products.ts var PRODUCTS = { HIVE: { name: "Hive", title: "Schema registry for your GraphQL workflows", href: "https://the-guild.dev/graphql/hive", logo: SvgHive, primaryColor: "#ffb21d" }, CONDUCTOR: { name: "Conductor", title: "All-in-one GraphQL Gateway", href: "https://the-guild.dev/graphql/gateway", logo: SvgConductor, primaryColor: "#0f766e" }, YOGA: { name: "Yoga", title: "A fully-featured, simple to set up, performant and extendable server", href: "https://the-guild.dev/graphql/yoga-server", logo: SvgYoga, primaryColor: "#c026d3" }, ENVELOP: { name: "Envelop", title: "Develop and share plugins that are usable with any GraphQL server framework or schema", href: "https://the-guild.dev/graphql/envelop", logo: SvgEnvelop, primaryColor: "#ff00e5" }, STITCHING: { name: "Stitching", title: "Automatically stitch multiple schemas together into one larger API in a simple, fast and powerful way", href: "https://the-guild.dev/graphql/stitching", logo: SvgStitching, primaryColor: "#f95428" }, INSPECTOR: { name: "Inspector", title: "Schema management tool", href: "https://the-guild.dev/graphql/inspector", logo: SvgInspector, primaryColor: "#59f79d" }, CODEGEN: { name: "Code Generator", title: "Generation of typed queries, mutations, subscriptions and typed GraphQL resolvers", href: "https://the-guild.dev/graphql/codegen", logo: SvgCodeGenerator, primaryColor: "#0284c7" }, MESH: { name: "Mesh", title: "A fully-featured GraphQL gateway framework", href: "https://the-guild.dev/graphql/mesh", logo: SvgMesh, primaryColor: "#1bcbe2" }, TOOLS: { name: "Tools", title: "A set of utilities for faster GraphQL development", href: "https://the-guild.dev/graphql/tools", logo: SvgTools, primaryColor: "#184ae8" }, MODULES: { name: "Modules", title: "Enterprise grade tooling for your GraphQL server", href: "https://the-guild.dev/graphql/modules", logo: SvgModules, primaryColor: "#e535ab" }, ESLINT: { name: "ESLint", title: "Customisable ESLint parser, plugin and set rules for GraphQL", href: "https://the-guild.dev/graphql/eslint", logo: SvgEslint, primaryColor: "#5639ca" }, CONFIG: { name: "Config", title: "One configuration for all your GraphQL projects", href: "https://the-guild.dev/graphql/config", logo: SvgConfig, primaryColor: "#6d7a99" }, FETS: { name: "feTS", title: "Build and consume REST APIs with the e2e type safety using TypeScript and OpenAPI", href: "https://the-guild.dev/fets", logo: SvgFets, primaryColor: "#3178c6" }, SCALARS: { name: "Scalars", title: "Common custom GraphQL Scalars for precise type-safe GraphQL schemas", href: "https://the-guild.dev/graphql/scalars", logo: SvgScalars, primaryColor: "#f38" }, SHIELD: { name: "Shield", title: "GraphQL permissions framework for complex authorisation systems", href: "https://the-guild.dev/graphql/shield", logo: SvgShield, primaryColor: "#699efc" }, SOFA: { name: "SOFA", title: "Generate RESTful APIs from your GraphQL server", href: "https://the-guild.dev/graphql/sofa-api", logo: SvgSofa, primaryColor: "#e873ff" }, ANGULAR: { name: "Angular", title: "A fully-featured GraphQL client for Angular", href: "https://the-guild.dev/graphql/apollo-angular", logo: SvgAngular, primaryColor: "#ff1035" }, WHATSAPP: { name: "WhatsApp", title: "Full stack, open source tutorial", href: "https://github.com/Urigo/WhatsApp-Clone-Tutorial", logo: SvgWhatsapp, primaryColor: "#31eb14" }, KITQL: { name: "KitQL", title: "A set of tools, helping you building efficient apps in a fast way", href: "https://kitql.dev", logo: SvgKitql, primaryColor: "#ff3e00" }, WS: { name: "WS", title: "Reference implementation of the GraphQL over WS spec", href: "https://the-guild.dev/graphql/ws", logo: SvgWs, primaryColor: "#0bf2e7" }, SSE: { name: "SSE", title: "Reference implementation of the GraphQL over SSE spec", href: "https://the-guild.dev/graphql/sse", logo: SvgSse, primaryColor: "#08e045" } }; export { PRODUCTS };