Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthData ¶
type GraphQLClient ¶
type GraphQLClient struct { TokenData *TokenData // contains filtered or unexported fields }
func NewGraphQLClient ¶
func NewGraphQLClient(authData *AuthData) *GraphQLClient
func (*GraphQLClient) ExecuteLogRequestsMutation ¶
func (gql *GraphQLClient) ExecuteLogRequestsMutation(requestsMap *map[string]time.Time) (LogResponse, error)
func (*GraphQLClient) ExecuteRedirectsQuery ¶
func (gql *GraphQLClient) ExecuteRedirectsQuery() ([]Redirect, error)
func (*GraphQLClient) GetClient ¶
func (gql *GraphQLClient) GetClient() *graphql.Client
GetClient makes sure the access token is refreshed
type LogRequestsInput ¶
type LogResponse ¶
type RedirectConnection ¶ added in v0.1.9
type RedirectConnection struct { Edges []RedirectEdge PageInfo PageInfo }
type RedirectEdge ¶ added in v0.1.9
Click to show internal directories.
Click to hide internal directories.