-
Notifications
You must be signed in to change notification settings - Fork 5
feat: schema from backend branch new-protocol #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
packages/graphql/schema.graphql
Outdated
| txHash: String | ||
| } | ||
|
|
||
| enum GraphQLSwapKind { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can give this a different name on the GQL side than the internal Rust one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree, will chagne
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the schema with latest changes
| """ | ||
| Whether the swap order creator is a smart contract wallet. If not provided, it will be inferred following the ERC-1271 standard. | ||
| """ | ||
| isSenderSmartContractWallet: Boolean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Intentionally moved here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, requires Tx operation instead of just intent
62155dd to
7d6c22f
Compare
No description provided.