Class: Types::Ci::GroupVariableConnectionType

Inherits:
GraphQL::Types::Relay::BaseConnection
  • Object
show all
Defined in:
app/graphql/types/ci/group_variable_connection_type.rb

Overview

rubocop: disable Graphql/AuthorizeTypes

Instance Method Summary collapse

Instance Method Details

#limitObject



11
12
13
# File 'app/graphql/types/ci/group_variable_connection_type.rb', line 11

def limit
  ::Plan.default.actual_limits.group_ci_variables
end