Type alias EnableSchemaBehaviourResolver

EnableSchemaBehaviourResolver: KosmosGraphQLResolver<null, {
    behaviour: string;
    config?: string;
    schemaName: string;
}, Promise<boolean>>

Definition of GraphQL mutation resolver enabling Behaviour for specific Schema.

Generated using TypeDoc