📜  导入单独的 graphql 文件 laravel - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:45.596000             🧑  作者: Mango

代码示例1
|-- schema.graphql
|-- models/
    |-- post.graphql
    |-- category.graphql
  
add the below line inside the schema.graphql after that all the query and 
mutations inside models will be import automatically
  
#import models/*.graphql