joyent-portal/packages/my-joyent/src/graphql/Example.gql

12 lines
110 B
GraphQL

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