@@ -17,16 +17,16 @@ GraphQL services to meet specific application demands, and a [docker compose sta
1717[ cardano-graphql-server Dockerfile] , the extended [ hasura Dockerfile] , [ ogmios] , [ cardano-node] . The [ schema] is defined in
1818native ` .graphql ` , and used to generate a [ TypeScript package for client-side static typing] . A mutation is available to
1919submit a signed and serialized transaction to the local node.
20-
20+
2121[ Apollo Server] exposes the NodeJS execution engine over a HTTP endpoint, and includes support for open source metrics
2222via Prometheus, and implementing operation filtering to deny unexpected queries. Should you wish to have more control
23- over the server, or stitch the schema with an existing service, consider importing the executable schema from the
23+ over the server, or stitch the schema with an existing service, consider importing the executable schema from the
2424` @cardano-graphql/api-* ` packages only.
2525
2626** GraphQL** is a query language and execution environment with server and client implementations across many programming
2727languages. The language can be serialized for network transmission, schema implementations hashed for assurance, and is
2828suited for describing most domains.
29-
29+
3030** TypeScript** (and JS) has the largest pool of production-ready libraries, developers, and interoperability in the
3131GraphQL and web ecosystem in general. TypeScript definitions for the schema, generated by [ GraphQL Code Generator] , are
3232[ available on npm] .
@@ -179,7 +179,7 @@ For more information, have a look at the [Wiki :book:].
179179
180180See [ Using Docker] .
181181
182- ### From Source
182+ ### From Source
183183
184184See [ Building] .
185185
0 commit comments