Documentation
¶
Index ¶
- func ConfigurationFunc[InputType, OutputType, ResponseType any](config Configuration[InputType, OutputType, ResponseType], ...) func(InputType) (*OutputType, error)
- func Test[Input, ExpectedData, MockResponse, Service any](t *testing.T, config TestConfig[Input, ExpectedData, MockResponse, Service])
- type Account
- type AccountResponse
- type Configuration
- type TestConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigurationFunc ¶ added in v1.6.1
func ConfigurationFunc[InputType, OutputType, ResponseType any](config Configuration[InputType, OutputType, ResponseType], graphql graphql.GraphQL) func(InputType) (*OutputType, error)
Types ¶
type AccountResponse ¶
type Configuration ¶ added in v1.6.1
type TestConfig ¶ added in v1.6.5
Click to show internal directories.
Click to hide internal directories.