Commit Graph

187 Commits

Author SHA1 Message Date
Praveen Durairaj
68332fac54 community: move learn to a different repo (#2930)
* remove learn, update readme
2019-09-26 10:09:20 +05:30
Praveen Durairaj
be57394ead remove deprecated folders from community (close #1399) (#2897) 2019-09-24 18:20:52 +05:30
Joshua Yoerger
883ec85bfc correct argument type for insert_todos mutation (#2902)
C.f. the schema documentation for mutation_root > insert_todos in the [Try it out in GraphiQL](https://learn.hasura.io/graphql/graphiql) environment.
2019-09-18 15:31:46 +05:30
Praveen Durairaj
0a64ef99b5 ra-data-hasura: filter for count query, add httpClient (close #2100, #2741, #2771) (#2727)
* filter for count in GET_LIST and GET_MANY_REFERENCE

* update deps, add httpClient argument, release new version
2019-09-18 08:06:17 +05:30
Praveen Durairaj
3b5886ed92 community: svelte-apollo: fix connectionParams (close #2769) (#2893) 2019-09-17 13:14:10 +05:30
Praveen Durairaj
384b960f5d update package versions for next-postgres-graphql (close #2714) (#2894) 2019-09-17 13:13:04 +05:30
Praveen Durairaj
c3c0e3213f community: learn: add typescript-react-apollo (#2838) 2019-09-16 12:26:27 +05:30
Rónán
a7c53ceaf3 add link to rust remote-schema boilerplate (#2885)
* Add link to rust boilerplate

* Update README.md
2019-09-16 12:26:05 +05:30
Tirumarai Selvan
17b8b6e2de update remote schema boilerplate readme (#2884) 2019-09-16 11:02:08 +05:30
Raja Jain
7d27719f29 community: learn: flutter tutorial mods (#2859) 2019-09-11 15:03:39 +05:30
Victor Ferreira
27d85ca6bb fix a typo in limit description of schema (close #2810) (#2811) 2019-09-05 12:47:01 +05:30
Alain Armand
ce11953038 learn: fix type bug in reasonml tutorial (#2564)
* Error on line 72

That line throws an error:
```ocaml
53 │         let onlineUsers = Array.map(u => <UserItem user=u />, data##on
       line_users);
  54 │
  55 │         let onlineUsersTitle =

  This has type:
    Js.Array.t({. "id": option(string), "user": option({. "name": string})})
      (defined as
      array({. "id": option(string), "user": option({. "name": string})}))
  But somewhere wanted:
    array({.. "name": string})
  The first object type has no method name

>>>> Finish compiling(exit: 1)
```

Works like this:

```ocaml
let online_users = data##online_users->Belt.Array.keepMap(x => x##user);
let onlineUsers = Array.map(u => <UserItem user=u />, online_users);
```
Or however you want to do it.

* Per pull conversation

added piped version, combining functions.
2019-08-27 16:22:09 +05:30
imsyf
eac5681100 learn: fix typos in apollo-android (#2772) 2019-08-27 15:56:38 +05:30
Praveen Durairaj
774cb986b0 learn: update content, add algolia search (close #2308) (#2731) 2019-08-27 15:28:40 +05:30
Arun Kumar Mohan
b4ff745162 fix markdown rendering (learn.hasura.io) (#2746) 2019-08-23 14:35:27 +05:30
Tomasz Skowroński
669bb40e72 add more boilerplates for serverless triggers (#748)
#431
2019-08-23 11:02:22 +05:30
Praveen Durairaj
1418b43c52 community: explorer, voyager graphiql-online (close #2128,#2129) (#2737) 2019-08-20 11:30:42 +05:30
Praveen Durairaj
230d8efb40 community: update paths for sample-apps (close #1915) (#2723) 2019-08-14 07:05:44 +00:00
Praveen Durairaj
8af9e33b1a community: update todo-auth0 sample app (close #1290) (#2725) 2019-08-14 07:04:56 +00:00
Apoorv Vardhan
9e18f0d297 community: learn: add angular-graphql tutorial (#2624) 2019-08-10 10:17:51 +00:00
Raja Jain
242ecf5a47 community: learn: add flutter-graphql tutorial (#2554) 2019-08-06 04:03:11 +00:00
surendran82
1115d0c9a0 community: learn: home page design updates (#2588) 2019-08-01 12:46:43 +00:00
Tobias Törnros
727eee8493 fix typo on event triggers boilerplates for Netlify Functions (#2493) 2019-08-01 05:11:44 +00:00
Rodrigo Quelhas
93737916a9 community: learn: ReasonML tutorial bug fixes (#2642) 2019-07-31 16:18:32 +00:00
Vitalii Tverdokhlib
a8a18e04bb community: update remote schema boilerplate (#1938) 2019-07-31 06:24:50 +00:00
Sebastian Ekström
c4af1d73cd learn: fix typo in mutation documentation (#2185) 2019-07-30 11:43:18 +00:00
Mike Wheaton
b3807d8f98 learn: fix a minor typo (pluralized name) (#2351) 2019-07-30 11:41:36 +00:00
Apoorv Vardhan
5c0bd295a9 community: learn: react tutorial file path fixes (#2632) 2019-07-30 10:44:00 +00:00
Praveen Durairaj
ce30fa8488 community: add gatsby-contentful-auth0 sample app (#2603) 2019-07-26 09:12:00 +00:00
Praveen Durairaj
b301fef058 community: learn: update favicon (#2582) 2019-07-23 06:58:23 +00:00
Rishichandra Wawhal
0e94517fed community: learn: reasonml tutorial fixes (#2559) 2019-07-23 06:56:02 +00:00
Praveen Durairaj
dde9908650 community: learn: show reason-react on homepage (#2558) 2019-07-17 06:03:12 +00:00
Rishichandra Wawhal
a3b70e8d25 community: learn: add reason-react with apollo (#2523) 2019-07-17 01:06:33 +00:00
Anon Ray
a3e7a20a44 add notices in jwt docs regarding audience check (#2557)
- also update firebase sample-app README with correct JWT conf
2019-07-16 11:13:00 +00:00
Shahidh K Muhammed
71e2b45390
community: learn: use cloudflare dns challenge (#2551) 2019-07-16 03:23:27 +00:00
Karthik Venkateswaran
a76e34770a community: learn: add elm graphql tutorial (#2427) 2019-07-13 07:43:03 +00:00
Rishichandra Wawhal
f3808bc9ba community: fix tic-tac-toe wrong turn bug (#2524) 2019-07-12 12:37:10 +00:00
dependabot[bot]
5342c9b869 Bump lodash.merge in /community/sample-apps/react-static-graphql (#2505)
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 04:25:48 +00:00
dependabot[bot]
184683c87f Bump handlebars in /community/tools/graphql2chartjs/example/app (#2473)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-05 04:02:18 +00:00
dependabot[bot]
9132f5575d Bump handlebars from 4.0.11 to 4.1.2 in /community/sample-apps/… (#2474)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-05 04:01:25 +00:00
Rishichandra Wawhal
f86fcde723 graphql2chartjs: bump version to 0.3.0 (#2445) 2019-06-28 16:31:41 +05:30
Praveen Durairaj
7c7f34da8e learn: fix twitter share image on homepage (#2437) 2019-06-27 15:10:45 +05:30
Rishichandra Wawhal
b52ed4ccf0 learn: update react native tutorial with videos (#2390) 2019-06-26 13:12:08 +05:30
iamvo
751bd44fb7 graphql2chartjs: fix mapping of non-array types (#2307) 2019-06-25 13:32:13 +05:30
Aidan Grimshaw
ea19bef9b6 created docker compose for build and launch of tutorial (#2406) 2019-06-21 08:36:27 +05:30
Praveen Durairaj
86c5348959 ra-data-hasura: bump version (#2380) 2019-06-14 19:24:45 +05:30
Pablo Rocha
f4b03a5875 ra-data-hasura: fix key update when response not an array (#2272) 2019-06-14 18:16:56 +05:30
Pablo Rocha
af1c4b9dc7 ra-data-hasura: add filters to GET_* types (#2284) 2019-06-14 18:16:26 +05:30
Praveen Durairaj
c4dd209eed community: update sample apps for codesandbox compatibility (#2377) 2019-06-14 14:37:00 +05:30
Praveen Durairaj
2b68417416 learn: update gatsby-gitbook-boilerplate to gatsby-gitbook-starter (#2340) 2019-06-14 14:19:55 +05:30