Skip to content

Commit

Permalink
fix: App fragment missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Feb 18, 2025
1 parent 8f806be commit a55e2a7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/graphql/src/fragments/primitives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ export const AppFragment = graphql(
`fragment App on App {
__typename
address
graphAddress
sponsorshipAddress
createdAt
defaultFeedAddress
graphAddress
namespaceAddress
owner
sponsorshipAddress
treasuryAddress
createdAt
verificationEnabled
metadata {
...AppMetadata
}
Expand Down

0 comments on commit a55e2a7

Please sign in to comment.