Skip to content

Comments

feat(hasura): test graphql query with hasura authentication#77

Open
remiroyc wants to merge 10 commits intomasterfrom
feat/hasura-auth
Open

feat(hasura): test graphql query with hasura authentication#77
remiroyc wants to merge 10 commits intomasterfrom
feat/hasura-auth

Conversation

@remiroyc
Copy link
Contributor

@remiroyc remiroyc commented Apr 6, 2020

No description provided.

@remiroyc remiroyc requested a review from kwiss April 6, 2020 18:30
@remiroyc remiroyc force-pushed the feat/hasura-auth branch 2 times, most recently from d16a434 to 71c1fb8 Compare April 6, 2020 23:19
@remiroyc remiroyc marked this pull request as ready for review April 7, 2020 23:37
@kwiss kwiss force-pushed the feat/hasura-auth branch from 2348dcb to 16cbddd Compare April 11, 2020 09:31
}

export const Profile: FunctionComponent = () => {
const { data, error, loading } = useQuery<QueryProps>(USER);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we move that to a QueryType file ? and where ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Soit on créé un fichier types.ts par composant, soit on peut le mettre dans le fichier queries.ts ou mutations.ts

@kwiss kwiss force-pushed the feat/hasura-auth branch 2 times, most recently from 7f3d7b7 to 1f7af4f Compare April 11, 2020 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants