gitlab-ce/app/graphql/types
Brett Walker f458c56107 Initial field and query complexity limits
It makes all Types::BaseField default to a complexity of 1.

Queries themselves now have limited complexity, scaled
to the type of user: no user, authenticated user, or an
admin user.
2019-04-04 08:39:30 -05:00
..
ci GraphQL Type authorization 2019-04-03 14:36:33 +13:00
permission_types
base_enum.rb
base_field.rb Initial field and query complexity limits 2019-04-04 08:39:30 -05:00
base_input_object.rb
base_interface.rb
base_object.rb
base_scalar.rb
base_union.rb
issuable_state_enum.rb
issue_state_enum.rb
issue_type.rb GraphQL Type authorization 2019-04-03 14:36:33 +13:00
label_type.rb
merge_request_state_enum.rb
merge_request_type.rb GraphQL Type authorization 2019-04-03 14:36:33 +13:00
metadata_type.rb
milestone_type.rb GraphQL Type authorization 2019-04-03 14:36:33 +13:00
mutation_type.rb
order.rb
project_type.rb GraphQL Type authorization 2019-04-03 14:36:33 +13:00
query_type.rb GraphQL Type authorization 2019-04-03 14:36:33 +13:00
sort.rb
time_type.rb
user_type.rb GraphQL Type authorization 2019-04-03 14:36:33 +13:00