Commit f8b1ef92 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'bvl-fix-graphql-autoloading' into 'master'

Types::BaseField accepts authorize after reload

See merge request gitlab-org/gitlab-ce!25694
parents 388f9d7f 58aaa766
# frozen_string_literal: true
GraphQL::Field.accepts_definitions(authorize: GraphQL::Define.assign_metadata_key(:authorize))
Types::BaseField.accepts_definition(:authorize)
GraphQL::Schema::Field.accepts_definition(:authorize)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment