1
0
Fork 0
mirror of synced 2024-07-01 04:30:59 +12:00

Append project schema on request

This commit is contained in:
Jake Barnby 2022-04-07 18:40:49 +12:00
parent c75d6b7b69
commit 29266ce83e
No known key found for this signature in database
GPG key ID: A4674EBC0E404657

View file

@ -61,6 +61,12 @@ App::post('/v1/graphql')
]
);
$schema = Builder::appendProjectSchema(
$apiSchema,
$register,
$dbForProject
);;
$promise = GraphQL::promiseToExecute(
$promiseAdapter,
$schema,