View Source GlificWeb.Resolvers.Billings (Glific v5.1.6)

Billing Resolver which sits between the GraphQL schema and Glific Billing Context API. This layer basically stitches together one or more calls to resolve the incoming queries.

Link to this section Summary

Functions

Get a specific billing by id

Link to this section Functions

@spec billing(Absinthe.Resolution.t(), %{id: integer()}, %{context: map()}) ::
  {:ok, any()} | {:error, any()}

Get a specific billing by id