Skip to content

Commit 825a2fc

Browse files
fixing signin Type (#3613)
Co-authored-by: Peter Harrison <[email protected]>
1 parent e13b089 commit 825a2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphQl/Queries/Queries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ export const GET_COMMUNITY_DATA_PG = gql`
979979
`;
980980

981981
export const SIGNIN_QUERY = gql`
982-
query SignIn($email: String!, $password: String!) {
982+
query SignIn($email: EmailAddress!, $password: String!) {
983983
signIn(input: { emailAddress: $email, password: $password }) {
984984
user {
985985
id

0 commit comments

Comments
 (0)