2019-02-17 20:19:49 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2019-03-03 21:30:32 -05:00
|
|
|
GraphQL::ObjectType.accepts_definitions(authorize: GraphQL::Define.assign_metadata_key(:authorize))
|
2019-02-17 20:19:49 -05:00
|
|
|
GraphQL::Field.accepts_definitions(authorize: GraphQL::Define.assign_metadata_key(:authorize))
|
2019-03-03 21:30:32 -05:00
|
|
|
|
|
|
|
GraphQL::Schema::Object.accepts_definition(:authorize)
|
2019-03-01 12:30:42 -05:00
|
|
|
GraphQL::Schema::Field.accepts_definition(:authorize)
|