forked from cerc-io/snowballtools-base
Nabarun Gogoi
a34e2286a6
* Add mutation to create new domain * Update mutation to create two domains for www and non-www variant * Add gql-client method and frontend to create domain * Display fetched domains in domains tab panel using project id * Fix graphql type for fetching domains --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
66 lines
1.2 KiB
JSON
66 lines
1.2 KiB
JSON
[
|
|
{
|
|
"projectIndex": 0,
|
|
"name": "randomurl.snowballtools.xyz",
|
|
"status": "Live",
|
|
"isRedirected": false,
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"projectIndex": 0,
|
|
"name": "saugatt.com",
|
|
"status": "Pending",
|
|
"isRedirected": false,
|
|
"branch": "test"
|
|
},
|
|
{
|
|
"projectIndex": 0,
|
|
"name": "www.saugatt.com",
|
|
"status": "Pending",
|
|
"isRedirected": true,
|
|
"branch": "test"
|
|
},
|
|
{
|
|
"projectIndex": 1,
|
|
"name": "randomurl.snowballtools.xyz",
|
|
"status": "Live",
|
|
"isRedirected": false,
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"projectIndex": 1,
|
|
"name": "saugatt.com",
|
|
"status": "Pending",
|
|
"isRedirected": false,
|
|
"branch": "test"
|
|
},
|
|
{
|
|
"projectIndex": 1,
|
|
"name": "www.saugatt.com",
|
|
"status": "Pending",
|
|
"isRedirected": true,
|
|
"branch": "test"
|
|
},
|
|
{
|
|
"projectIndex": 2,
|
|
"name": "randomurl.snowballtools.xyz",
|
|
"status": "Live",
|
|
"isRedirected": false,
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"projectIndex": 2,
|
|
"name": "saugatt.com",
|
|
"status": "Pending",
|
|
"isRedirected": false,
|
|
"branch": "test"
|
|
},
|
|
{
|
|
"projectIndex": 2,
|
|
"name": "www.saugatt.com",
|
|
"status": "Pending",
|
|
"isRedirected": true,
|
|
"branch": "test"
|
|
}
|
|
]
|