@vnodes/graphql
    Preparing search index...

    Interface ResolverOptions

    Interface defining options that can be passed to @Resolve() decorator

    interface ResolverOptions {
        isAbstract?: boolean;
    }
    Index

    Properties

    Properties

    isAbstract?: boolean

    If true, type will not be registered in the schema.