Welcome to mirror list, hosted at ThFree Co, Russian Federation.

graphql.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ed93019329d0e5161287ef9deda90ef22b77c2c (plain)
1
2
3
4
# frozen_string_literal: true

GraphQL::Field.accepts_definitions(authorize: GraphQL::Define.assign_metadata_key(:authorize))
Types::BaseField.accepts_definition(:authorize)