Cqrs.BoundedContext.query

You're seeing just the macro query, go back to Cqrs.BoundedContext module for more information.
Link to this macro

query(query_module, opts \\ [])

View Source (macro)

Creates proxy functions to create and execute the give query.

Functions created

When given ListUsers

  • list_users!/0
  • list_users!/1
  • list_users!/2
  • list_users/0
  • list_users/1
  • list_users/2
  • list_users_query!/0
  • list_users_query!/1
  • list_users_query!/2
  • list_users_query/0
  • list_users_query/1
  • list_users_query/2