Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement GraphQL adapter for Apollo Server #333

Merged
merged 2 commits into from
Dec 18, 2024
Merged

Conversation

nadeesha
Copy link
Contributor

Features

  • Automatic registration of GraphQL queries and mutations as Inferable functions
  • Converts GraphQL schema to JSON schema for type safety
  • Handles context passing between Inferable and Apollo Server
  • Supports both Query and Mutation operations
  • Automatic introspection and schema conversion

Goal

The goal is to allow connecting graphql resolvers as tools for Inferable agents

@nadeesha nadeesha marked this pull request as ready for review December 18, 2024 12:44
@nadeesha nadeesha merged commit 6befe89 into main Dec 18, 2024
28 checks passed
@nadeesha nadeesha deleted the graphql-adapter branch December 18, 2024 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants