The schema exposes functions on your project’s API endpoint. Define your schema in the schema.graphql
file in your project.
Hypermode follows GraphQL’s standard definition language. Add your function signature and the directive @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.
The schema exposes functions on your project’s API endpoint. Define your schema in the schema.graphql
file in your project.
Hypermode follows GraphQL’s standard definition language. Add your function signature and the directive @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.