neo4jIDL
Updates your Neo4j-GraphQL schema by calling the graphql.idl procedure.
Last updated
Updates your Neo4j-GraphQL schema by calling the graphql.idl procedure.
Last updated
In order to update your Neo4j-GraphQL schema, you can use the neo4jIDL
export, which sends a request to Neo4j to call the procedure using the typeDefs
you provide.
Block strings in @cypher
directives are supported by turning them into single line statements before sending the call to graphql.idl
.
typeDefs
(required): Your GraphQL type definitions in .
driver
(required): Your Neo4j driver instance (More info ).
log
(default: false
): Logs result from operation.
typeDefs