ApolloSignal.Types.ContactPageResponse (apollo_signal v4.0.1)

Copy Markdown View Source

Typed ContactPageResponse model.

Summary

Types

t()

@type t() :: %ApolloSignal.Types.ContactPageResponse{
  data: [ApolloSignal.Types.ContactResponse.t()],
  page: ApolloSignal.Types.PageInfo.t()
}

Functions

from_map(data)

@spec from_map(map()) :: t()

to_map(value)

@spec to_map(t()) :: map()