An error occurred fetching the project authors.
  1. 03 Jun, 2019 2 commits
    • Bob Van Landuyt's avatar
      Expose IDs in GraphQL as a GlobalID · ed503d51
      Bob Van Landuyt authored
      This exposes all fields named `id` as GlobalIDs so they can be used
      across our entire GraphQL implementation.
      
      When the objects loaded are `ApplicationRecord`s. We'll use our
      existing batchloading to find them. Otherwise, we'll fall back to the
      default implementation of `GlobalID`: Calling the `.find` method on
      the class.
      ed503d51
    • Alessio Caiazza's avatar
      Add Namespace and ProjectStatistics to GraphQL API · 83a8b779
      Alessio Caiazza authored
      We can query namespaces, and nested projects.
      
      Projects now exposes statistics
      83a8b779
  2. 23 Apr, 2019 2 commits