GraphQL Tutorial for Server-Side Swift with Vapor: Getting Started | Kodeco


This is a companion discussion topic for the original entry at https://www.kodeco.com/21148796-graphql-tutorial-for-server-side-swift-with-vapor-getting-started

Is there a way of securing the schema (endpoint) with username and password?
How could this be implemented?

Do you know of any examples, and code, of a vapor graphql server where this is implemented?

I recently downloaded the project to get started with Xcode 26.0.1 & Swift 6.2
As the project was building I am getting the following issue:
Call parameter type does not match function signature!

i64 32

i32 %77 = call noalias ptr @swift_allocObject(ptr getelementptr inbounds (%swift.full_boxmetadata, ptr @metadata, i32 0, i32 2), i64 32, i64 7) #3, !dbg !378

Please submit a bug report (Contributing | Swift.org) and include the crash backtrace.
Command SwiftCompile failed with a nonzero exit code

Any ideas why or how to resolve this issue. I followed the steps for this article.