Files
web/lib/graphql/Fragments/Refs/MyPages/AccountPage.graphql
2024-05-30 16:07:18 +02:00

8 lines
101 B
GraphQL

#import "../System.graphql"
fragment AccountPageRef on AccountPage {
system {
...System
}
}