You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
It looks like your project is using an older version of Polywrap. Please run: $polywrap migrate
User:
Result:
The text was updated successfully, but these errors were encountered: