make api key nullable

This commit is contained in:
keyan 2024-03-28 12:34:14 -05:00
parent dfc3d7dfa6
commit f08bd4ffc8
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ export default gql`
github: Boolean! github: Boolean!
twitter: Boolean! twitter: Boolean!
email: String email: String
apiKey: Boolean! apiKey: Boolean
} }
type UserPrivates { type UserPrivates {