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: e653556231d74489b347b15642ec9e6c8a86c44f (plain)
1
2
3
4
# frozen_string_literal: true

GraphQL::Field.accepts_definitions(authorize: GraphQL::Define.assign_metadata_key(:authorize))
GraphQL::Schema::Field.accepts_definition(:authorize)