INTERFACE

AccessRule

link GraphQL Schema definition

1interface AccessRule {
2
3custom: [CustomAccessRule]
4
5}