Files
web/lib/graphql/Fragments/Refs/AccountPage.graphql
T

8 lines
100 B
GraphQL

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