Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CreateTenant = graphql.NewRequest(`
mutation ($databaseUrl: String!, $region: String!, $cloud: String!, $name: String) {
createTenant (name:$name, region:$region, databaseUrl:$databaseUrl, cloud:$cloud) {
id
name
}
}
`)
View Source
var DeleteTenant = graphql.NewRequest(`
mutation ($tenantId: uuid!) {
deleteTenant (tenantId:$tenantId) {
status
}
}
`)
Functions ¶
This section is empty.
Types ¶
type CreateTenantResponse ¶
type DeleteTenantResponse ¶
type DeleteTenantResponse struct { DeleteTenant struct { Status string } }
Click to show internal directories.
Click to hide internal directories.