ImageUploader Userform

This commit is contained in:
Yash Rathore
2020-10-30 12:39:26 +05:30
parent cba0065e9e
commit d868b507ba
4 changed files with 29 additions and 9 deletions

View File

@@ -15,14 +15,14 @@ export const schema = gql`
input CreateUserInput {
email: String!
issuer: String!
# issuer: String!
image: String
bio: String
}
input UpdateUserInput {
email: String
issuer: String
# issuer: String
image: String
bio: String
}