Files
web/lib/graphql/Fragments/PageLink/AccountPageLink.graphql
2024-09-24 09:47:31 +02:00

10 lines
116 B
GraphQL

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