Documentation
    Preparing search index...

    Type Alias SetAssetViewpointMutation

    type SetAssetViewpointMutation = {
        __typename?: "Mutation";
        setViewpoint:
            | { __typename: "ErrorOperationNotAllowedOutput" }
            | { __typename: "SetViewpointOutput" };
    }
    Index

    Properties

    __typename?: "Mutation"
    setViewpoint:
        | { __typename: "ErrorOperationNotAllowedOutput" }
        | { __typename: "SetViewpointOutput" }