• B
    Expose comments on Noteables in GraphQL · b6ff5f1e
    Bob Van Landuyt 提交于
    This exposes `Note`s on Issues & MergeRequests using a
    `Types::Notes::NoteableType` in GraphQL.
    
    Exposing notes on a new type can be done by implementing the
    `NoteableType` interface on the type. The presented object should
    be a `Noteable`.
    b6ff5f1e
note.rb 244 字节