Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation for Graphql query ? #50

Open
namviet3210 opened this issue Sep 16, 2021 · 0 comments
Open

Implementation for Graphql query ? #50

namviet3210 opened this issue Sep 16, 2021 · 0 comments

Comments

@namviet3210
Copy link

namviet3210 commented Sep 16, 2021

Hi there,

Is there any implementation of react-fetch-hook for GraphQL ?
For example, the typical GraphQL query:

const MY_QUERY_QUERY = gql`
  query MyQuery {
    auth_user {
      email
      first_name
      id
      is_active
      last_name
      last_login
      username
    }
  }
`;

How to implement this query ?
Thanks!

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

No branches or pull requests

1 participant