schema.graphql
file in your project.
@lambda @hm_function
to register the function on the project’s endpoint. The signature must match the exposed function in your index.ts
file.
When deployed, your GraphQL API is available on the /graphql
path from your project’s endpoint. The endpoint is visible in the Hypermode Console on the Project Home screen.