GraphQL: User sign up required fields (#5743)
This commit is contained in:
committed by
Antonio Davi Macedo Coelho de Castro
parent
60d9327a78
commit
3d63545ab7
@@ -18,7 +18,7 @@ const load = parseGraphQLSchema => {
|
||||
args: {
|
||||
fields: {
|
||||
descriptions: 'These are the fields of the user.',
|
||||
type: parseGraphQLSchema.parseClassTypes['_User'].classGraphQLInputType,
|
||||
type: parseGraphQLSchema.parseClassTypes['_User'].signUpInputType,
|
||||
},
|
||||
},
|
||||
type: new GraphQLNonNull(defaultGraphQLTypes.SIGN_UP_RESULT),
|
||||
|
||||
Reference in New Issue
Block a user