Importing wraps is done within all projects that integrate polywrap: apps, plugins, wraps
Today's Devexp
polywrap.graphql
#import { function, Type } into Name from "global-uri"
#import ...
...
polywrap.yaml
format: "latest"
project:
name: i-use-polywrap
type: project/type
source:
...
schema: ./polywrap.graphql
# If the developer wanted to have
# import stored locally, which is nice
# for development, they'd need
# this...
# Not very intuitive.
import_abis:
- uri: "global-uri"
abi: "local-uri"
Importing Wraps
Importing wraps is done within all projects that integrate polywrap: apps, plugins, wraps
Today's Devexp
polywrap.graphql
polywrap.yaml
Tomorrow's Devexp
polywrap.json
polywrap.graphql
How do we get here, seamlessly?
Us:
User:
Result: