Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetRocketResultsData ¶
type GetRocketResultsData struct {
RocketsResult RocketsResult `json:"rocketsResult"`
}
type GetRocketResultsResponse ¶
type GetRocketResultsResponse struct { Data GetRocketResultsData `json:"data"` Errors []GraphQLError `json:"errors"` }
type GraphQLError ¶
type GraphQLError struct { Message string `json:"message"` Locations []GraphQLErrorLocation `json:"locations"` Extensions GraphQLErrorExtensions `json:"extensions"` }
type GraphQLErrorExtensions ¶
type GraphQLErrorExtensions struct {
Code string `json:"code"`
}
type GraphQLErrorLocation ¶
type RocketsResult ¶
Click to show internal directories.
Click to hide internal directories.