Skip to content

Commit

Permalink
chore: remove @requireAuth from lead submission
Browse files Browse the repository at this point in the history
  • Loading branch information
pantheredeye committed Dec 13, 2024
1 parent ee31c7e commit a31b324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/graphql/leads.sdl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const schema = gql`
}
type Mutation {
createLead(input: CreateLeadInput!): Lead! @requireAuth
createLead(input: CreateLeadInput!): Lead!
updateLead(id: Int!, input: UpdateLeadInput!): Lead! @requireAuth
deleteLead(id: Int!): Lead! @requireAuth
}
Expand Down

0 comments on commit a31b324

Please sign in to comment.