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

Add Pylon #752

Merged
merged 1 commit into from
May 29, 2024
Merged

Add Pylon #752

merged 1 commit into from
May 29, 2024

Conversation

schettn
Copy link
Contributor

@schettn schettn commented May 28, 2024

[URL to the resource here.]
https://pylon.cronit.io

[Explain what this resource is all about and why it should be included here.]

Why Pylon?

  • Automatic GraphQL Schema Generation
  • TypeScript Integration for Type Safety
  • Built-in Auth and Monitoring
  • Seamless Integrations with Databases
  • Quick Example

Define and deploy your API effortlessly:

import { defineService } from "@getcronit/pylon";
  
export default defineService({
  Query: {
    sum: (a: number, b: number) => a + b,
  },
  Mutation: {
    divide: (a: number, b: number) => a / b,
  },
});

Get started in minutes and deploy with Docker or any hosting provider.

Learn More

Check out the full documentation and quick start guide here.

@setchy setchy merged commit 054c01d into chentsulin:master May 29, 2024
1 check failed
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