The paper introduces a novel graph-based method for extracting association rules, named Graph-Based Association Rule Mining (GBAR), which enhances the efficiency of traditional algorithms by reducing execution time and improving scalability. GBAR represents associations through a sub-graph for each frequent itemset, allowing for a streamlined process that maintains high confidence in the generated rules while minimizing weak ones. The implementation and experimental results demonstrate GBAR's superior performance compared to existing graph-based rule mining algorithms across various datasets.