-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.yml
More file actions
539 lines (539 loc) · 17.8 KB
/
Copy pathapis.yml
File metadata and controls
539 lines (539 loc) · 17.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
aid: apollo-graphql
url: >-
https://raw.githubusercontent.com/api-evangelist/apollo-graphql/refs/heads/main/apis.yml
apis:
- aid: apollo-graphql:apollo-graphql
name: Apollo GraphQL
tags:
- Clients
- Connectors
- Federation
- Graph
- GraphQL
humanURL: ' https://www.apollographql.com/'
properties:
- url: graphql/apollo-graphql-graphql.md
type: GraphQL
description: >-
Whether your team is new to GraphQL, or seasoned experts, learn why Apollo
is the fastest and safest way to build and scale your APIs.
- aid: apollo-graphql:apollo-graphos-platform-api
name: Apollo GraphOS Platform API
tags:
- API Management
- Federation
- GraphQL
- Platform
- Schema Registry
humanURL: https://www.apollographql.com/docs/graphos/platform/platform-api
properties:
- url: https://www.apollographql.com/docs/graphos/platform/platform-api
type: Documentation
- url: https://www.apollographql.com/docs/graphos/platform
type: GettingStarted
- url: https://www.apollographql.com/docs/graphos/platform/security/overview
type: Security
- url: https://www.apollographql.com/docs/graphos/platform/schema-management
type: SchemaManagement
description: >-
The GraphOS Platform API enables programmatic management of Apollo GraphOS,
including publishing schemas, running schema checks, managing proposals,
handling API keys, and accessing operation and field insights data.
- aid: apollo-graphql:apollo-server
name: Apollo Server
tags:
- GraphQL
- JavaScript
- Node.js
- Server
- TypeScript
humanURL: https://www.apollographql.com/docs/apollo-server
properties:
- url: https://www.apollographql.com/docs/apollo-server
type: Documentation
- url: https://www.apollographql.com/docs/apollo-server/api/apollo-server
type: APIReference
- url: https://github.com/apollographql/apollo-server
type: GitHubRepository
- url: https://www.npmjs.com/package/@apollo/server
type: PackageManager
- url: >-
https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md
type: ChangeLog
description: >-
Apollo Server is an open-source, spec-compliant GraphQL server compatible
with any GraphQL client. It is the recommended way to build a
production-ready, self-documenting GraphQL API that can use data from any
source.
- aid: apollo-graphql:apollo-client-web
name: Apollo Client (Web)
tags:
- Client
- GraphQL
- JavaScript
- React
- State Management
- TypeScript
humanURL: https://www.apollographql.com/docs/react
properties:
- url: https://www.apollographql.com/docs/react
type: Documentation
- url: https://www.apollographql.com/docs/react/get-started
type: GettingStarted
- url: https://www.apollographql.com/docs/react/api/core/ApolloClient
type: APIReference
- url: https://github.com/apollographql/apollo-client
type: GitHubRepository
- url: https://www.npmjs.com/package/@apollo/client
type: PackageManager
- url: >-
https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md
type: ChangeLog
description: >-
Apollo Client is a comprehensive state management library for JavaScript
and TypeScript applications. It is the industry-leading GraphQL client for
React, Vue, Angular, and more, with powerful caching, intuitive APIs, and
comprehensive developer tools.
- aid: apollo-graphql:apollo-client-ios
name: Apollo Client (iOS)
tags:
- Client
- GraphQL
- iOS
- Mobile
- Swift
humanURL: https://www.apollographql.com/docs/ios
properties:
- url: https://www.apollographql.com/docs/ios
type: Documentation
- url: https://github.com/apollographql/apollo-ios
type: GitHubRepository
- url: https://github.com/apollographql/apollo-ios/blob/main/CHANGELOG.md
type: ChangeLog
description: >-
Apollo iOS is a Swift-first, open-source GraphQL client for native iOS
applications. It executes queries and mutations using a GraphQL server and
returns results as operation-specific Swift types, with built-in caching
mechanisms for GraphQL data.
- aid: apollo-graphql:apollo-client-kotlin
name: Apollo Client (Kotlin)
tags:
- Android
- Client
- GraphQL
- JVM
- Kotlin
- Mobile
humanURL: https://www.apollographql.com/docs/kotlin
properties:
- url: https://www.apollographql.com/docs/kotlin
type: Documentation
- url: https://github.com/apollographql/apollo-kotlin
type: GitHubRepository
- url: https://github.com/apollographql/apollo-kotlin/releases
type: ChangeLog
description: >-
Apollo Kotlin is a strongly-typed, caching GraphQL client for the JVM,
Android, and Kotlin multiplatform. It generates Kotlin models for GraphQL
operations and executes them against a GraphQL server, returning results as
operation-specific Kotlin types.
- aid: apollo-graphql:apollo-router
name: Apollo Router
tags:
- Federation
- Gateway
- GraphQL
- Router
- Rust
humanURL: https://www.apollographql.com/docs/graphos/routing
properties:
- url: https://www.apollographql.com/docs/graphos/routing
type: Documentation
- url: https://www.apollographql.com/docs/graphos/routing/configuration/overview
type: Configuration
- url: https://github.com/apollographql/router
type: GitHubRepository
- url: https://github.com/apollographql/router/releases
type: ChangeLog
- url: https://www.apollographql.com/docs/graphos/routing/security/jwt
type: Security
description: >-
Apollo Router is a high-performance graph router written in Rust for
running federated supergraphs using Apollo Federation 2. It serves as the
execution engine for graph-based API orchestration, sitting in front of
existing REST and GraphQL APIs.
- aid: apollo-graphql:apollo-connectors
name: Apollo Connectors
tags:
- Connectors
- Federation
- GraphQL
- Integration
- REST
humanURL: https://www.apollographql.com/docs/graphos/connectors
properties:
- url: https://www.apollographql.com/docs/graphos/connectors
type: Documentation
- url: https://www.apollographql.com/docs/graphos/connectors/getting-started
type: GettingStarted
- url: https://www.apollographql.com/docs/graphos/connectors/getting-started/requirements
type: Requirements
- url: https://www.apollographql.com/graphos/apollo-connectors
type: ProductPage
description: >-
Apollo Connectors simplify REST API orchestration in graphs, replacing
unmaintainable procedural code with scalable, declarative schema
directives. They provide a declarative language for connecting REST APIs
directly to a graph without writing a separate GraphQL server.
- aid: apollo-graphql:rover-cli
name: Rover CLI
tags:
- CI/CD
- CLI
- Federation
- GraphQL
- Schema Management
humanURL: https://www.apollographql.com/docs/rover
properties:
- url: https://www.apollographql.com/docs/rover
type: Documentation
- url: https://www.apollographql.com/docs/rover/getting-started
type: GettingStarted
- url: https://www.apollographql.com/docs/rover/commands/graphs
type: CommandReference
- url: https://www.apollographql.com/docs/rover/ci-cd
type: CICDIntegration
- url: https://github.com/apollographql/rover
type: GitHubRepository
- url: https://github.com/apollographql/rover/blob/main/CHANGELOG.md
type: ChangeLog
description: >-
Rover is the command-line interface for managing and maintaining graphs
with Apollo GraphOS. It supports publishing subgraph schemas, running a
supergraph router locally, fetching schemas via introspection, composing
federated supergraph schemas, and running schema checks.
- aid: apollo-graphql:apollo-federation
name: Apollo Federation
tags:
- Distributed
- Federation
- GraphQL
- Microservices
- Supergraph
humanURL: >-
https://www.apollographql.com/docs/graphos/schema-design/federated-schemas/federation
properties:
- url: >-
https://www.apollographql.com/docs/graphos/schema-design/federated-schemas/federation
type: Documentation
- url: >-
https://www.apollographql.com/docs/graphos/schema-design/federated-schemas/reference/directives
type: DirectivesReference
- url: https://github.com/apollographql/federation
type: GitHubRepository
- url: https://www.apollographql.com/docs/graphos/reference/federation/versions
type: ChangeLog
- url: json-schema/supergraph-configuration.json
type: JSONSchema
- url: json-schema/router-configuration.json
type: JSONSchema
- url: rules/apollo-federation-jsonschema-spectral-rules.yml
type: Rules
description: >-
Apollo Federation enables declarative composition of multiple APIs into a
single federated GraphQL API. It serves as an API orchestration layer
where clients make a single GraphQL request and the router coordinates
multiple API calls to return a unified response.
- aid: apollo-graphql:apollo-mcp-server
name: Apollo MCP Server
tags:
- AI
- GraphQL
- MCP
- Model Context Protocol
humanURL: https://www.apollographql.com/docs/apollo-mcp-server
properties:
- url: https://www.apollographql.com/docs/apollo-mcp-server
type: Documentation
- url: https://github.com/apollographql/apollo-mcp-server/releases
type: ChangeLog
description: >-
Apollo MCP Server provides Model Context Protocol integration for Apollo
GraphQL, enabling AI agents and large language models to interact with
GraphQL APIs through the MCP standard.
name: Apollo GraphQL
tags:
- API Orchestration
- Clients
- Connectors
- Federation
- Graph
- GraphQL
- Router
- Schema Registry
- Supergraph
type: Index
accessModel:
pricing: freemium
onboarding: unknown
trial: false
try_now: false
public: false
label: Freemium
confidence: medium
source:
- plans
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/apollo-graphql.png
access: 3rd-Party
common:
- type: DomainSecurity
url: security/apollo-graphql-domain-security.yml
- url: https://www.apollographql.com/
name: Streamlining APIs, Databases, & Microservices | Apollo GraphQL
type: Website
description: 'null'
- url: https://www.apollographql.com/pricing
name: Apollo Pricing and Plans for GraphOS GraphQL Platform
type: Pricing
description: 'null'
- url: https://www.apollographql.com/docs
name: Documentation - Apollo GraphQL Docs
type: Documentation
description: 'null'
- url: https://www.apollographql.com/tutorials/
name: >-
Learn with our GraphQL Tutorials, Examples, and Training - GraphQL
Tutorials
type: Tutorials
description: 'null'
- url: https://www.apollographql.com/tutorials/#certifications
name: >-
Learn with our GraphQL Tutorials, Examples, and Training - GraphQL
Tutorials
type: Certifications
description: 'null'
- url: https://www.apollographql.com/blog
name: Apollo GraphQL Blog latest insights and news on API and GraphQL solutions
type: Blog
description: 'null'
- url: https://www.apollographql.com/developers
name: Apollo Developer Hub
type: Hub
description: 'null'
- url: >-
https://community.apollographql.com/?_gl=1*1su9vuw*_gcl_au*Njc4MTcyOTc1LjE3NDk1ODk4Nzg.
name: Apollo Community - Apollo GraphQL community
type: Forums
description: 'null'
- url: https://www.apollographql.com/enterprise/support
name: Enterprise Support
type: Support
description: 'null'
- url: https://www.apollographql.com/professional-services
name: Apollo GraphQL Professional Services
type: ProfessionalServices
description: 'null'
- url: https://www.apollographql.com/events
name: Apollo GraphQL Events
type: Events
description: 'null'
- url: https://www.apollographql.com/resources
name: Resources Hub | Apollo GraphQL
type: Resources
description: 'null'
- url: https://www.apollographql.com/customers
name: 'Customer Stories: Real Impact with Apollo GraphQL'
type: Customers
description: 'null'
- url: https://www.apollographql.com/trust
name: >-
Trust @ Apollo: Build & Scale GraphQL Safely: Tech Talks, Best Practices &
More
type: Trust
description: 'null'
- url: https://www.apollographql.com/partners
name: Apollo GraphQL Partners
type: Partners
description: 'null'
- url: >-
https://support.apollographql.com/?_gl=1*hmmq01*_gcl_au*Njc4MTcyOTc1LjE3NDk1ODk4Nzg.
name: Apollo Support
type: Support
description: 'null'
- url: >-
https://studio.apollographql.com/signup?_gl=1%2Ahmmq01%2A_gcl_au%2ANjc4MTcyOTc1LjE3NDk1ODk4Nzg.
name: Studio
type: Signup
description: 'null'
- url: https://studio.apollographql.com/login?from=%2Fwelcome
name: Studio
type: Login
description: 'null'
- url: https://www.apollographql.com/leadership
name: Apollo GraphQL Leadership Team
type: AboutPage
description: 'null'
- url: https://www.apollographql.com/careers
name: Careers at Apollo GraphQL
type: Careers
description: 'null'
- url: https://www.apollographql.com/newsroom
name: Apollo GraphQL Newsroom
type: News
description: 'null'
- url: https://www.apollographql.com/contact-sales
name: Contact Apollo GraphQL Sales
type: Contact
description: 'null'
- url: https://www.apollographql.com/help-center
name: Apollo GraphQL Help Center
type: HelpCenter
description: 'null'
- url: https://www.apollographql.com/privacy-policy
name: Apollo GraphQL Privacy Policy
type: PrivacyPolicy
description: 'null'
- url: https://www.apollographql.com/Apollo-Website-Terms-of-Service.pdf
name: Apollo GraphQL Website Terms of Service
type: TermsOfService
description: 'null'
- url: https://www.apollographql.com/trust/legal-and-privacy
name: Apollo GraphQL Legal and Privacy Resources
type: Legal
description: 'null'
- url: https://www.apollographql.com/trust/compliance-and-security
name: Apollo GraphQL Security and Compliance
type: Security
description: 'null'
- url: https://www.apollographql.com/trust/graphos-data-privacy-and-compliance
name: GraphOS Data Privacy and Compliance
type: DataPrivacy
description: 'null'
- url: https://status.apollographql.com/
name: Apollo GraphQL System Status
type: StatusPage
description: 'null'
- url: https://www.apollographql.com/docs/graphos/resources/changelog
name: Apollo Product Changelogs
type: ChangeLog
description: 'null'
- url: https://www.apollographql.com/why-apollo
name: Why Apollo GraphQL
type: WhyChooseUs
description: 'null'
- url: https://www.apollographql.com/graphos
name: Apollo GraphOS Platform
type: Platform
description: 'null'
- url: https://www.apollographql.com/docs/quickstart
name: Apollo GraphOS Quickstart
type: GettingStarted
description: 'null'
- url: https://www.apollographql.com/docs/ide-support
name: Apollo IDE Support for VS Code and JetBrains
type: IDESupport
description: 'null'
- url: https://github.com/apollographql
name: Apollo GraphQL GitHub Organization
type: GitHubOrganization
description: 'null'
- url: https://twitter.com/apollographql
name: Apollo GraphQL on Twitter
type: Twitter
description: 'null'
- url: https://www.linkedin.com/company/apollo-graphql
name: Apollo GraphQL on LinkedIn
type: LinkedIn
description: 'null'
- url: https://www.youtube.com/c/ApolloGraphQL
name: Apollo GraphQL on YouTube
type: YouTube
description: 'null'
- name: Features
type: Features
data:
- name: Build GraphQL APIs
- name: Deploy GraphQL APIs
- name: Scale GraphQL APIs
- name: GraphQL Clients
- name: GraphQL SDKs
- name: Schema Registry
- name: Connectors
- name: Studio
- name: CLI
- name: Router
- name: Federation
- name: Platform API
- name: MCP Server
- name: IDE Support
- name: Kubernetes Operator
- name: Use Cases
type: UseCases
data:
- name: AI-driven Experiences
- name: Developer Efficiency
- name: Enhanced Customer Experience
- name: Modernization
- name: Mergers and Acquisitions
- name: Integrations
type: Integrations
url: https://www.apollographql.com/graphos/apollo-connectors
data:
- name: Anthropic
- name: OpenAI
- name: OData
- name: AWS DynamoDB
- name: Stripe
- name: AWS Lambda
- name: Strapi
- name: MCP Server
url: https://github.com/apollographql/apollo-mcp-server
type: MCPServer
- name: Agent Skills
url: https://github.com/apollographql/skills
type: AgentSkills
- url: graphql/apollo-graphql-graphos.graphql
type: GraphQL
- url: mcp/apollo-graphql-mcp.yml
type: MCPServer
- url: https://www.apollographql.com/llms.txt
type: LlmsText
- url: well-known/apollo-graphql-api-catalog.json
type: WellKnown
- url: well-known/apollo-graphql-api-catalog.json
type: APICatalog
- url: https://forgeglobal.com/apollo-graph_stock/
type: SecondaryMarket
created: '2025-06-10T00:00:00.000Z'
modified: '2026-05-19'
position: Consumer
segments:
- Clients
- ProCode_API_Composition
description: >-
Apollo Graph, Inc. — trading publicly as Apollo and Apollo GraphQL — is the San Francisco
company behind the Apollo GraphQL platform: Apollo GraphOS (a hosted supergraph platform with a
schema registry, schema checks, proposals, launches, and operation/field insights), the Apollo
Router and Apollo Federation for composing many subgraphs into one graph, Apollo Connectors for
bringing REST endpoints into a graph without writing resolvers, Apollo Server for Node.js, and
the Apollo Client families for Web/React, iOS, and Kotlin. More recently the company has pushed
into agent infrastructure with the Apollo MCP Server and GraphOS MCP Server, positioning a
governed GraphQL schema as the orchestration layer AI agents call instead of raw REST. The
company has raised more than $180 million, including a $130 million Series D in 2021, and its
shares trade on secondary marketplaces such as Forge Global, Hiive, and Nasdaq Private Market.
"Apollo Graph" is the legal entity name that appears on those private-stock listings; the
operating brand is Apollo GraphQL.
integrations:
- name: Logo 1
- name: Logo 2
- name: Logo 3
- name: Logo 4
- name: Logo 5
- name: Logo 6
- name: Logo 7
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
specificationVersion: '0.19'