Versions in this module Expand all Collapse all v0 v0.0.9 Sep 8, 2022 v0.0.8 Sep 8, 2022 Changes in this version + const Schema + type CommonFilter struct + Limit *int + OrderBy *string + Page *int + Search *string + ShowAll *bool + Sort *string + type Meta struct + Limit int + Page int + TotalPages int + TotalRecords int + type RequestUser struct + Field string + ID string + type ResponseUser struct + CreatedAt string + Field string + ID string + UpdatedAt string + type Root struct + func NewRoot() (r *Root) + func (r *Root) Mutation() interface{} + func (r *Root) Query() interface{} + func (r *Root) Subscription() interface{} + type UserListResolver struct + Data []ResponseUser + Meta Meta