SeedCompany / cord-api-v3

Bible translation project management API
MIT License
18 stars 4 forks source link

Apollo -> Yoga Server #3303

Open CarsonF opened 9 hours ago

CarsonF commented 9 hours ago
github-actions[bot] commented 9 hours ago

🗞 GraphQL Summary

View schema changes ```diff @@ -361,9 +361,9 @@ input CreateDefinedFileVersionInput { """ A file directly uploaded. This is mainly here to allow usage with Apollo Studio/Sandbox. - For production, prefer the `url` from the `RequestUploadOutput`. + For production, prefer a PUT request to the `url` from the `RequestUploadOutput`. """ file: Upload """ @@ -536,9 +536,9 @@ input CreateFileVersionInput { """ A file directly uploaded. This is mainly here to allow usage with Apollo Studio/Sandbox. - For production, prefer the `url` from the `RequestUploadOutput`. + For production, prefer a PUT request to the `url` from the `RequestUploadOutput`. """ file: Upload """ ```