Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 329 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 329 Bytes

Routes

Mutations


login(credentials): {authenticated: boolean, token: string}

    Username Format: username#key Ex: nate#923c

	username: String
	email: String
	password: String!

signup(input): User

email: String!;
name: String!;
username: String!;
password: String!;