Skip to content

Commit

Permalink
chores: organize folders
Browse files Browse the repository at this point in the history
  • Loading branch information
jguo1002 committed Jul 27, 2022
1 parent c3595ee commit c65524c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# learning-relay-graphql


[Relay Introduction](https://www.newline.co/fullstack-react/p/relay)

[GraphQL & Relay in the Front End](https://www.telerik.com/blogs/graphql-relay-front-end)


[8 Free to Use GraphQL APIs for Your Projects and Demos](https://www.apollographql.com/blog/community/backend/8-free-to-use-graphql-apis-for-your-projects-and-demos/)


[SpaceX-pxxbxen@current](https://studio.apollographql.com/public/SpaceX-pxxbxen/home?variant=current)


[awesome-graphql](https://github.com/chentsulin/awesome-graphql)
2 changes: 1 addition & 1 deletion client-react-ts-relay/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Suspense } from "react";
// import { useLazyLoadQuery } from "react-relay";
import {graphql} from "babel-plugin-relay/macro";
import { RelayEnvironmentProvider, usePreloadedQuery, loadQuery } from "react-relay";
import RelayEnvironment from "./RelayEnv";
import RelayEnvironment from "./components/RelayEnv";
import "./App.css";

const CharacterQuery = graphql`
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added client/server.js
Empty file.

0 comments on commit c65524c

Please sign in to comment.