Files
web/lib/graphql/Fragments/PageLink/AccountPageLink.graphql
T

10 lines
116 B
GraphQL

#import "../System.graphql"
fragment AccountPageLink on AccountPage {
system {
...System
}
title
url
}