Skip to content

Implementation for Graphql query ? #50

@namviet3210

Description

@namviet3210

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions