Rajska v1.0.2 Rajska.Schema View Source
Concatenates Rajska middlewares with Absinthe middlewares and validates Query Authorization configuration.
Link to this section Summary
Link to this section Functions
Link to this function
add_field_authorization(middleware, field, object)
View Sourceadd_field_authorization( [Absinthe.Middleware.spec(), ...], Absinthe.Type.Field.t(), Absinthe.Type.Object.t() ) :: [Absinthe.Middleware.spec(), ...]
Link to this function
add_object_authorization(middleware)
View Sourceadd_object_authorization([Absinthe.Middleware.spec(), ...]) :: [ Absinthe.Middleware.spec(), ... ]
Link to this function
add_query_authorization(middleware, field, authorization)
View Sourceadd_query_authorization( [Absinthe.Middleware.spec(), ...], Absinthe.Type.Field.t(), module() ) :: [Absinthe.Middleware.spec(), ...]