interface Graphql {
    status?: string;
    user?: UserGraphQlV2;
}

Properties

Properties

status?: string