Search code examples
reactjsgraphqladmin-on-rest

Fetch resource manually [GraphQL]


Can you tell me what would be the best way to get a resource manually in custom component? I'm using the simple GraphQL client for admin-on-rest.


Solution

  • aor-simple-graphql-client has been deprecated. Note that aor-graphql-client is meant to be used for admin-on-rest requests. If you need to send your own queries, you should use a custom ApolloClient and follow their documentation