query

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2020 License: MIT Imports: 1 Imported by: 0

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

type GetTenantResponse struct {
	TenantByPK struct {
		ID     string
		Region string
		Cloud  string
	} `json:"tenant_by_pk"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL