-
Notifications
You must be signed in to change notification settings - Fork 83
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
Implement fetchApp #973
Implement fetchApp #973
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fragment Feed on Feed { | ||
address | ||
} | ||
`); |
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.
Can we attach the beginning and ending of strings with backticks to the strings so to achieve some formatting consistency?
`fragment AppMetadata on AppMetadata {
__typename
description
developer
logo
name
platforms
privacyPolicy
termsOfService
url
}`
...
`fragment App on App {
__typename
address
graphAddress
sponsorshipAddress
defaultFeedAddress
namespaceAddress
treasuryAddress
createdAt
metadata {
...AppMetadata
}
}`
...
`fragment Feed on Feed {
address
}`
Co-authored-by: Cesare Naldi <[email protected]>
No description provided.