# This will host GQL schema extensions specific to the frontend. extend schema { mutation: Mutation } type Mutation { logIn(username: String!, password: String!): CorpUser }