Axinom Mosaic Libraries
    Preparing search index...

    Permission to be synchronized

    interface Permission {
        gql_operations?: string[];
        key: string;
        title: string;
        used_by_managed_service_only?: boolean;
        used_for_development?: boolean;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    gql_operations?: string[]

    GQL Operations mapped to the Permission

    key: string

    Permission Key

    title: string

    Permission Title

    used_by_managed_service_only?: boolean

    Managed Service Only Permission

    used_for_development?: boolean

    Used for Development Only