UNPKG

phx-node

Version:

PHX NODE

5 lines (4 loc) 1.13 kB
export declare const PHXQueryListDetailFeeAdjustment = "\nlist_detail_fee_adjustment: tuition_fee_detail_adjustments(\n where: { deleted_at: { _is_null: true } }\n ) {\n tuition_fee_adjustment {\n total_fee\n fee_type_code\n tuition_fee_project_code {\n tuition_fee_type_of_service {\n type_code\n }\n }\n }\n}"; export declare const PHXQueryAdmissionTuition = "\ntuition_fee_detail_promotions(where: {deleted_at: {_is_null: true}}) {\n total_promo\n code: promotion_type\n}"; export declare const PHXQueryListDetailFeeAdjustmentBM = "list_detail_fee_adjustment: tuition_fee_detail_adjustment_by_months(\n where: { deleted_at: { _is_null: true } }\n ) {\n tuition_fee_adjustment {\n total_fee\n fee_type_code\n tuition_fee_project_code {\n tuition_fee_type_of_service {\n type_code\n }\n }\n }\n }"; export declare const PHXQueryAdmissionTuitionBM = "\ntuition_fee_detail_promotions: tuition_fee_detail_promotion_by_months(where: {deleted_at: {_is_null: true}}) {\n total_promo\n code: promotion_type\n}";