Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

import separate graphql file laravel

|-- 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
  
 
PREVIOUS NEXT
Tagged: #import #separate #graphql #file #laravel
ADD COMMENT
Topic
Name
6+8 =