1. 07 Jul, 2021 38 commits
  2. 06 Jul, 2021 2 commits
    • Thong Kuah's avatar
      Remove feature flag that guarded nothing · b41c4d44
      Thong Kuah authored
      It was discovered that this specific FF call guarded nothing, and so we
      inadventertly released ability to set user timezone preference.
      
      As development feature flags are supposed to be short-lived, let's keep
      what's already released, and keep moving forward.
      b41c4d44
    • Luke Duncalfe's avatar
      Expose GraphQL query complexity score · 8eefd99c
      Luke Duncalfe authored
      Allows the complexity score of a GraphQL query to be queryable by
      clients:
      
          {
            queryComplexity {
              limit
              score
            }
          }
      
      Changelog: added
      8eefd99c