joyent-portal/frontend/src/graphql/Portal.gql

12 lines
112 B
GraphQL

query Portal {
portal {
user {
firstName
}
datacenter {
uuid
region
}
}
}