graphql-brasil / conf

13 stars 0 forks source link

Temas de palestras para a GraphQL Conf BR 2019 #1

Closed nic closed 4 years ago

nic commented 5 years ago

Quais temas vocês gostariam de ver nas palestras no GraphQL Conf BR?

Comente nessa issue com o tema que você gostaria que fosse abordado.

Votem com 👍 se gostarem de alguém tema já proposto, ou postem um novo tema se ainda não existir.

Participem do Slack (https://graphql-slack.now.sh). 👈 Tudo será anunciado lá primeiro.

Vale aqui o Código de Conduta da Conf (mesmo da React Conf)

Resultado parcial (tks @fdaciuk :clap:)

nic commented 5 years ago

Hasura

nic commented 5 years ago

Prisma

nic commented 5 years ago

Apollo

nic commented 5 years ago

GraphQL com Exilir

nic commented 5 years ago

GraphQL com Go

nic commented 5 years ago

GraphQL com PHP

nic commented 5 years ago

GraphQL com Python

nic commented 5 years ago

GraphQL com Ruby

nic commented 5 years ago

GraphQL com Vue

nic commented 5 years ago

GraphQL com React

nic commented 5 years ago

GraphQL com Angular

nic commented 5 years ago

GraphQL com .NET (C#)

nic commented 5 years ago

GraphQL com Node.JS

nic commented 5 years ago

GraphQL com Java

nic commented 5 years ago

GraphQL Subscriptions

nic commented 5 years ago

GraphQL com Haskell

nic commented 5 years ago

GraphQL com Clojure

nic commented 5 years ago

Dgraph

nic commented 5 years ago

GraphQL com PostgreSQL/CockroachDB

nic commented 5 years ago

GraphQL com MySQL/MariaDB

nic commented 5 years ago

GraphQL com MongoDB

nic commented 5 years ago

GraphQL com RethinkDB

nic commented 5 years ago

GraphQL com SOAP

nic commented 5 years ago

GraphQL com Oracle

nic commented 5 years ago

Graphcool

nic commented 5 years ago

GraphQL no Android (Java/Kotlin)

nic commented 5 years ago

GraphQL no iOS (Obj-C/Swift)

nic commented 5 years ago

GraphQL no React-Native

nic commented 5 years ago

GraphQL com PWA

nic commented 5 years ago

Relay

felipe-ssilva commented 5 years ago

GraphQL vs REST

felipe-ssilva commented 5 years ago

GraphQL e AWS AppSync

felipe-ssilva commented 5 years ago

GraphQL e WordPress

nic commented 5 years ago

@defer

nic commented 5 years ago

@stream

nic commented 5 years ago

fragments

nic commented 5 years ago

file upload/download (uploadables)

nic commented 5 years ago

data mask

nic commented 5 years ago

data colocation

nic commented 5 years ago

organização de código

jgcmarins commented 5 years ago

ACL, viewerCanSee, Permissions, RBAC

jgcmarins commented 5 years ago

GraphQL Middlewares

jgcmarins commented 5 years ago

Unity Tests (Queries, Mutations and Subscriptions)

jgcmarins commented 5 years ago

e2e Tests

jgcmarins commented 5 years ago

Optimizing Your GraphQL Request Waterfalls

jgcmarins commented 5 years ago

schema-first vs code-first

jgcmarins commented 5 years ago

GraphQL + Security

jgcmarins commented 5 years ago

GraphQL + Dataloader

jgcmarins commented 5 years ago

Validating GraphQL Mutations Input fields

jgcmarins commented 5 years ago
throw new Error(string)

vs

return { error: string }

vs

return { errors: string[] }