UNPKG

phx-node-test

Version:

PHX NODE

2 lines (1 loc) 578 B
export declare const GET_SETTING_FORMULA_PROMOTION_QUERY = "\n query getSettingFormulaPromotion($code: String!, $setting_type: String!) {\n tuition_setting_formula_promotion(\n where: {\n deleted_at: { _is_null: true }\n code: { _eq: $code }\n is_active: { _eq: true }\n setting_type: { _eq: $setting_type }\n }\n ) {\n school_id\n list_setting_detail: tuition_setting_formula_promotion_details(\n where: { deleted_at: { _is_null: true }, is_active: { _eq: true } }\n ) {\n code\n }\n }\n }\n";