sezgi
0c34a92cb9
docs: content for Relay docs and example repo ( close #4912 ) ( #5150 )
2020-06-23 13:08:41 -07:00
Rishichandra Wawhal
babb31ca13
remove redundant content from community content ( #4886 )
2020-05-26 16:20:06 +05:30
Tirumarai Selvan
756614c326
update auth-webhook boilerplates for node ( #4885 )
...
1) split nodejs-express boilerplate into nodejs-express and nodejs-firebase
2) update deploy instructions for heroku
2020-05-26 14:43:58 +05:30
Boda
de942282e6
Correct tic-tac-toe game port and bug ( #4565 )
...
* correct port number for tic-tac-toe game
* correct winning combo for tic-tac-toe game
Co-authored-by: Tirumarai Selvan <tiru@hasura.io>
2020-05-18 11:44:23 +05:30
Rikin Kachhia
3517b3c73b
community: fix blog link in realtime chat app readme ( #4494 )
2020-04-21 12:38:19 +05:30
Areski Belaid
a4a7b760db
refresh the sample app realtime-poll ( #4337 )
...
* [fix](realtime-poll) refresh project realtime-poll
* remove comment lines
Co-authored-by: Praveen Durairaju <praveend.web@gmail.com>
Co-authored-by: Praveen Durairaju <praveen@hasura.io>
Co-authored-by: Tirumarai Selvan <tiru@hasura.io>
2020-04-21 12:24:51 +05:30
Sitian Liu
2aa971ae83
community: fix typo in event trigger doc ( #4426 )
2020-04-16 06:57:58 +05:30
Ahmet Simsek
89aaf1a750
community(sample-apps): update firebase-jwt functions ( #4057 )
2020-04-01 06:45:23 +05:30
Aditya Sharma
877000b819
community: add a missing step in gridsome sample app ( #3809 )
2020-03-26 15:12:03 +05:30
Valentin Cocaud
e0084f8f41
community: fix some readme titles ( #3995 )
...
Co-authored-by: Praveen Durairaju <praveen@hasura.io>
2020-03-26 15:11:07 +05:30
Praveen Durairaju
865b150c82
noop: replace subdomain links with subpath ( #3869 )
...
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
2020-02-27 15:43:07 +05:30
Aravind Shankar
bb63d7e60e
cli: allow managing actions ( #3859 )
...
Co-authored-by: Rishichandra Wawhal <rishichandra.wawhal@gmail.com>
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
Co-authored-by: Aravind <aravindkp@outlook.in>
Co-authored-by: Anon Ray <ecthiender@users.noreply.github.com>
Co-authored-by: Shahidh K Muhammed <muhammedshahid.k@gmail.com>
2020-02-24 21:44:46 +05:30
Praveen Durairaju
2791000475
update nuxtjs-postgres-graphql dependencies ( close #3743 ) ( #3765 )
...
* update nuxt to 2.11
* fix issue 3743
2020-01-24 10:32:55 +05:30
surendran82
7e95463406
console: add hasura pro info button ( #3594 )
2020-01-08 12:30:21 +05:30
Nomad-Go
c75b759f6f
add lambda-cognito webhook example ( fix #1180 ) ( #1544 )
2019-12-31 14:09:16 +05:30
Luís Pinto
c86a8242f2
community: add netlify event-trigger echo boilerplate ( #2985 )
...
Co-authored-by: Praveen Durairaju <praveend.web@gmail.com>
2019-12-30 15:24:27 +05:30
Praveen Durairaju
caab88a405
community(gatsby-postgres-graphql): remove createLink, update deps ( close #965 ) ( #3600 )
2019-12-27 19:25:58 +05:30
Vitalii Tverdokhlib
6d1fad6d69
community(sample-apps): update readme for quasar-framework-vue ( #3563 )
...
typo: quasar-framework-vue-graphql
Co-authored-by: Shahidh K Muhammed <muhammedshahid.k@gmail.com>
2019-12-25 11:45:10 +05:30
Kevin Menard
5634dbfa16
add notes about auth0-spa-js to auth0 docs ( #3367 )
2019-12-17 12:15:52 +05:30
Kim Santos
040b069d62
sample apps(update): update gatsby sample app ( #2969 )
2019-12-02 15:57:03 +05:30
Sameer Tulshyan
e09826b23a
community(sample-apps): mod firebase-jwt html ( #3044 )
2019-10-26 09:51:55 +05:30
Rishichandra Wawhal
9d2ce81c70
move community tools to separate repos ( #3155 )
2019-10-26 09:32:32 +05:30
Grzegorz Wcisło
7b59f5dc2e
Add ruby examples for triggers on lambda (address #1740 ) ( #3007 )
2019-10-21 17:04:22 +05:30
Rishichandra Wawhal
81de56dc70
community: tic-tac-toe: fix names bug and add docker-compose ( #3058 )
2019-10-11 16:27:55 +05:30
craigglennie
ddf5997eac
ra-data-hasura: update readme explain some imports ( close #2905 ) ( #2906 )
...
I was a little confused about where some of the imports in the example code came from, until I realised that they're created as part of the react-admin tutorial. I added a comment explaining that.
2019-10-10 21:39:50 +05:30
Rishichandra Wawhal
d3f80265f5
update graphiql explorer in hasura console and graphiql online ( closes #2313 ) ( #2994 )
...
* update graphiql explorer
* update onegraph explorer in graphiql online
2019-10-08 16:17:18 +05:30
Rodolfo Silva
e0a7a8dd6f
ra-data-hasrua: set 'asc' as default behavior to sort GET_LIST ( #2916 )
...
Right now if you provide a empty sort param you will get a error, because sort.order is undefined and don't have a function toLowerCase.
Like a common database we can set the default order direction as ASC.
2019-10-04 16:19:37 +05:30
Alain Armand
7148fdc598
community: change [Int]
to [Int!]
to get app to compile. ( #2993 )
2019-10-04 16:19:01 +05:30
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