Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
Gitlab.GroupSourceThe Group module provides access to Group API.
val merge_requests : 
  ?token:Token.t ->
  ?state:Gitlab_t.state ->
  ?milestone:string ->
  ?labels:string list ->
  ?author:string ->
  ?author_username:string ->
  ?my_reaction:string ->
  ?scope:Gitlab_t.merge_request_scope ->
  id:string ->
  unit ->
  Gitlab_t.merge_request Stream.tmerge_requests ?token ~id () list all merge requests for group id.