1
0
mirror of https://github.com/yldio/copilot.git synced 2025-01-27 03:10:11 +02:00
copilot/packages/cp-gql-mock-server/src/data.json

16 lines
264 B
JSON
Raw Normal View History

{
"datacenter": {
"id": "datacenter-uuid",
"region": "us-east-1"
},
"portal": {
"user": {
"id": "id",
"login": "juditgreskovits",
"firstName": "Judit",
"lastName": "Greskovits",
"email": "name@email.com"
}
}
}