10 lines
116 B
GraphQL
10 lines
116 B
GraphQL
#import "../System.graphql"
|
|
|
|
fragment AccountPageLink on AccountPage {
|
|
system {
|
|
...System
|
|
}
|
|
title
|
|
url
|
|
}
|