Versions in this module Expand all Collapse all v0 v0.1.0 Mar 15, 2021 Changes in this version + const AuthorizationHeader + const XTenantContextHeader + func IntP(i int) *int + func StringP(s string) *string + type ID string + type IDs []ID + type Object map[string]interface + func (o *Object) UnmarshalGQL(v interface{}) error + func (o Object) Keys() []string + func (o Object) MarshalGQL(w io.Writer) + type ObjectMetaInput struct + Description *string + Name string + Tags Tags + type Pagination struct + Page *int + PerPage *int + func NewPaginationOptions(page, perPage int) Pagination + type Tags []string