Examples
StuccoJS Examples
This example shows a simple GraphQL schema with one string field resolver:
schema.graphql
stucco.json
hello.js
When the following query is executed:
GraphQL query
It should yield this response:
Response
Last updated
StuccoJS Examples
This example shows a simple GraphQL schema with one string field resolver:
When the following query is executed:
It should yield this response:
Last updated