https://www.prisma.io/ logo
Join SlackCommunities
Powered by
# random
  • n

    nilan

    04/17/2018, 2:43 PM
    ah right, I read it the other way around... 🙂
  • a

    ali

    04/18/2018, 6:33 AM
    hello, i try to get graphql endpoint from https://www.learnapollo.com/introduction/get-started, but the link for endpoint not appear
    w
    • 2
    • 3
  • a

    ali

    04/18/2018, 6:33 AM
    anyone can help ?
  • z

    Zach

    04/18/2018, 12:25 PM
    For people using Hyper, the just released v2.0! https://zeit.co/blog/hyper2
  • l

    ldlework

    04/18/2018, 12:37 PM
    What should I use for my React component library if I'm aiming for like, Prisma/Apollo/Redux chat app like thing?
    t
    h
    • 3
    • 4
  • l

    ldlework

    04/18/2018, 12:37 PM
    Ant.Design looks nice but there is practically no documentations or non-trivial example.
  • j

    Jack Hudzenko

    04/18/2018, 12:46 PM
    Hi guys, is it possible to send a query with FormData (image in my case) with graphql-request (https://github.com/graphcool/graphql-request) ?
    t
    • 2
    • 4
  • l

    ldlework

    04/18/2018, 4:48 PM
    Does anyone feel like explaining to me how Apollo/Redux/React come together to create an user-UI-event -> message to the server -> server state being mutated -> all the clients being rehydrated with the changes?
  • l

    ldlework

    04/18/2018, 4:48 PM
    Like a high-level overview
  • l

    ldlework

    04/18/2018, 4:49 PM
    I think I mostly understand how react works, by passing props into components. I understand the Flux architecture, in that Actions cause state changes, which are created by reducers, and that is somehow passed to React to feed them data.
  • l

    ldlework

    04/18/2018, 4:49 PM
    I'm totally conceptually lost how apollo and redux interact, and how data comes from my graphql server.
    t
    • 2
    • 1
  • g

    gsancho

    04/19/2018, 9:08 AM
    hi guys!! how to add directives to Querys and Mutations of ./generated/prisma.graphql??
    p
    • 2
    • 1
  • s

    smelendez

    04/24/2018, 7:50 PM
    Hey guys!
  • s

    smelendez

    04/24/2018, 7:50 PM
    Anyone attending F8 this May?
  • f

    Fitch

    04/25/2018, 6:09 PM
    Yeah going to be at F8 next week @smelendez
  • s

    smelendez

    04/26/2018, 2:44 AM
    see you there @Fitch!
    salute 1
  • b

    borisgefter

    04/27/2018, 1:54 AM
    Hey anyone know any excellent QA's with BDD testing and gherkin experience?
  • a

    Allu Manikyam

    04/28/2018, 4:25 AM
    What is the better way to authentication in prisma graphcool? give me a reference (edited) to how to do the authentication with prisma graphcool
    z
    • 2
    • 1
  • n

    ngeru

    05/01/2018, 11:22 AM
    How can I use machine learning together with graph cool? will graphcool eventually become prisma ...i am not a fan of Typescript????
    m
    • 2
    • 1
  • m

    Maxime Scibetta

    05/01/2018, 2:47 PM
    Hey guys ! Someone use prisma with vue.js + apollo ? if yes, what you use for authentication with database-only (no boilerplate)
  • h

    hvillain

    05/03/2018, 9:38 AM
    Hello all, I am looking to recruit a GQL-Cool freelance (speaking French, ideally) for a mid-term contract, any idea where I should start looking?
  • s

    spacek33z

    05/03/2018, 12:00 PM
    Hey, I made a Prisma authentication package that deals with all the boring things like login, signup, invite user, password reset etc. It's still in an early phase but I have it working in one project of mine. I'd love some feedback! https://github.com/Volst/prisma-auth/
    👍 3
    🦜 2
    n
    s
    • 3
    • 4
  • c

    cjjenkinson

    05/03/2018, 12:34 PM
    Has anyone used an SSR Prisma boilerplate to date? (or know of one to explore)
    s
    • 2
    • 4
  • f

    Fahad

    05/08/2018, 5:14 AM
    console.graph.cool is not loading in my browsers? is this link is down ?
  • p

    paulQQQ

    05/08/2018, 10:49 AM
    does someone has experience with file upload follwing this ? https://www.graph.cool/docs/reference/graphql-api/file-management-eer4wiang0#uploading-files
  • p

    paulQQQ

    05/08/2018, 10:50 AM
    i get httop- status Status Code: 415 Unsupported Media Type back all the time, can some1 help?
  • p

    paulQQQ

    05/08/2018, 10:51 AM
    iam suing the fetch example. my code so far
    Copy code
    getFile(event) {
          //  console.log(event.target.files[0])
    
          let data = new FormData()
          const endpoint = '<http://localhost:60000/simple/v1/cjgxei1ta00040149ajdwk6ek>'
          data.append('data', event.target.files[0])
    
          //  console.log('data', data.getAll('data'))
    
          fetch(endpoint, {
            method: 'POST',
            headers : {
              'Content-Type' : 'multipart/form-data',
              'Access-Control-Allow-Origin' : '*',
            },
            body: data
          }).then(response => {
          console.log('response', response)
          return response.json()
          }).then(file => {
            console.log('file res', file)
            const fileId = file.id
          }).catch(err => {
            console.log(err)
          })
        },
  • s

    Satya

    05/08/2018, 1:48 PM
    Hi guys
    👋 4
  • s

    Satya

    05/08/2018, 1:55 PM
  • s

    Satya

    05/08/2018, 1:57 PM
    Is there any known issue?
1...202122...53Latest