Documentation
    Preparing search index...

    Type Alias GetDeviceQuery

    type GetDeviceQuery = {
        getDevice?:
            | {
                __typename: "Device";
                ID: number;
                ImageURL?: string
                | null;
                Name?: string | null;
                Password?: string | null;
                RadiusRA?: number | null;
                RadiusRB?: number | null;
                RadiusRC?: number | null;
                RadiusRD?: number | null;
                SerialNumber?: string | null;
                SpringConstant?: number | null;
            }
            | null;
    }
    Index

    Properties

    Properties

    getDevice?:
        | {
            __typename: "Device";
            ID: number;
            ImageURL?: string
            | null;
            Name?: string | null;
            Password?: string | null;
            RadiusRA?: number | null;
            RadiusRB?: number | null;
            RadiusRC?: number | null;
            RadiusRD?: number | null;
            SerialNumber?: string | null;
            SpringConstant?: number | null;
        }
        | null