Package io.jmix.graphql.spqr
Class SpqrCustomSchemeRegistry
java.lang.Object
io.jmix.graphql.spqr.SpqrCustomSchemeRegistry
Component that stores a list of custom graphQL operation names. Used to implement a protection mechanism.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addOperations
(List<graphql.schema.GraphQLFieldDefinition> operations) boolean
isCustomOperation
(String operationName)
-
Constructor Details
-
SpqrCustomSchemeRegistry
public SpqrCustomSchemeRegistry()
-
-
Method Details
-
addOperations
-
isCustomOperation
-