graphql-paper
    Preparing search index...

    Type Alias AllowedTransactionCallbackReturnTypes

    AllowedTransactionCallbackReturnTypes:
        | undefined
        | null
        | void
        | Document
        | (Document | null | undefined)[]
        | Record<string, Document | null | undefined>