Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PublishComponentInput ¶
type PublishComponentInput struct { Definition map[string]interface{} `json:"definition" graphql:"DefinitionInput!"` Actions []interface{} `json:"actions" graphql:"[ActionDefinitionInput]!"` }
type RefreshTokenRequest ¶ added in v0.2.0
type RefreshTokenRequest struct {
RefreshToken string `json:"refresh_token"`
}
Click to show internal directories.
Click to hide internal directories.