Skip to content
Snippets Groups Projects
Commit f8b1ef92 authored by Douwe Maan's avatar Douwe Maan
Browse files

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
No related branches found
No related tags found
No related merge requests found
# 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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment