Graph Discovery
The Entitlements Schema.
Experience total query flexibility. GO-DUCK generates a unified, high-performance GraphQL schema that respects your multi-tenant isolation and OIDC entitlements out of the box.
Entitlements-Safe
Our resolvers are natively integrated with the Federated Permission Engine, automatically filtering objects based on the user's active Realm Role.
Complex Relations
Traverse the entire graph with deep parent-child relationships, all resolved efficiently through our Eager Loading repository layer.
The Graph Masterclass
// Fetching Federated Entity with Service History
query {
entitys {
id
make
history {
date
notes
}
}
}
Universal Graph Coverage
Every entity, enum, and relationship you define in GDL is automatically exported to the GraphQL engine. Query what you need, exactly how you need it.
Automatic Resolvers
Zero Boilerplate