8 lines
101 B
GraphQL
8 lines
101 B
GraphQL
#import "../System.graphql"
|
|
|
|
fragment AccountPageRef on AccountPage {
|
|
system {
|
|
...System
|
|
}
|
|
}
|