Skip to content

Commit a8f9d72

Browse files
leifhanackclaude
andcommitted
Add feddi logo to README with light/dark theme support
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9184424 commit a8f9d72

3 files changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="feddi-logo-light.svg">
3+
<source media="(prefers-color-scheme: light)" srcset="feddi-logo-dark.svg">
4+
<img alt="feddi" src="feddi-logo-dark.svg" width="220">
5+
</picture>
6+
17
# feddi Gateway
28

39
feddi Gateway is a JVM-native GraphQL federation gateway, implementing the [GraphQL Composite Schemas Spec](https://github.com/graphql/composite-schemas-spec). It composes source schemas, plans cross-subgraph operations, and executes GraphQL requests against a unified schema.

feddi-logo-dark.svg

Lines changed: 10 additions & 0 deletions
Loading

feddi-logo-light.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)