Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetTenantDetails = graphql.NewRequest(`
query ($id: uuid!) {
tenant_by_pk (id:$id) {
id
region
cloud
}
}
`)
Functions ¶
This section is empty.
Types ¶
type GetTenantResponse ¶
Click to show internal directories.
Click to hide internal directories.