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

GraphQL::ObjectType.accepts_definitions(authorize: GraphQL::Define.assign_metadata_key(:authorize))

GraphQL::Schema::Object.accepts_definition(:authorize)