# Functions
The function `DecodeGraphQLRespFromJSON` decodes a JSON response into a `RespGraphQL` struct.
DecodeRespFromJSON decodes a JSON input from a reader into a Response struct in Go.
New returns a new instance of Client struct.
No description provided by the author
NewGraphQLSearchRequest creates a new GraphQLRequest operation can be events or event_receivers or event_receiver_groups.
# Structs
Client is a struct for EPR Client configuration.
GraphQLRequest struct for graphql request.
RespGraphQL type is a struct that represents the response data from a GraphQL query.
Response type is a struct that represents a JSON response with a data field and an optional errors field.
# Interfaces
Contract handles communications with the EPR service.