Skip to content

feat: add support for fetching subgraph schema via http#41

Merged
raffis merged 4 commits intomasterfrom
feat-http
Jan 5, 2026
Merged

feat: add support for fetching subgraph schema via http#41
raffis merged 4 commits intomasterfrom
feat-http

Conversation

@raffis
Copy link
Copy Markdown
Member

@raffis raffis commented Jan 5, 2026

Current situation

Only inline schema is supported.

Proposal

Adds support for http fetch:

apiVersion: apollo.infra.doodle.com/v1beta1
kind: SubGraph
metadata:
  name: users
spec:
  endpoint: http://user-server/graphql
  schema:
    http:
      endpoint: http://user-server/graphql-schema

@raffis raffis changed the title feat: add support for fetching subgrapgh schema via http feat: add support for fetching subgraph schema via http Jan 5, 2026
@raffis raffis merged commit 904f47b into master Jan 5, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants