https://www.prisma.io/ logo
Join Slack
Powered by
# prisma-whats-new
  • t

    tz

    03/09/2018, 4:09 AM
    if deploy failed you would see error messages.
  • t

    tz

    03/09/2018, 4:09 AM
    are you sure you are using the same login?
  • l

    Luke

    03/09/2018, 4:16 AM
    let me double check that
  • l

    Luke

    03/09/2018, 4:19 AM
    @tz so turns out I have 2 accounts one regular auth, one auth with github
  • t

    tz

    03/09/2018, 4:19 AM
    ahh…
  • l

    Luke

    03/09/2018, 4:19 AM
    but still can’t see the first service
  • l

    Luke

    03/09/2018, 4:19 AM
    but it’s working now
  • t

    tz

    03/09/2018, 4:20 AM
    cool
  • t

    tz

    03/09/2018, 4:20 AM
    i still can’t deploy on my staging server …, can’t login either
  • l

    Luke

    03/09/2018, 4:21 AM
    what is happening when u try to log in?
  • t

    tz

    03/09/2018, 4:22 AM
    -.txt
  • t

    tz

    03/09/2018, 4:22 AM
    exited with code 3. it showed an URL, I opened it and grant permissions, but still doesn’t work
  • l

    Luke

    03/09/2018, 4:23 AM
    ughh
  • l

    Luke

    03/09/2018, 4:38 AM
    so requests made in the playground don’t count as requests
  • l

    Luke

    03/09/2018, 4:40 AM
    why can I see the application schema in the local playground but only the prisma schema in the cloud playground?
  • t

    tz

    03/09/2018, 5:40 AM
    the cloud is prisma cloud, so you only see the prisma schema. your graphql server is not deployed.
  • l

    lastmjs

    03/09/2018, 7:49 AM
    Are there any plans for Prisma Cloud to include hosting the GraphQL server? It seems incomplete to offer a hosting solution for just the database, when I assume most projects will also need to host an application server.
    n
    • 2
    • 1
  • a

    anton-b

    03/09/2018, 8:43 AM
    Hi guys, is this a valid mutation (i want to create multiple roles for the provider on provider creation)
    Untitled.js
  • u

    user

    03/09/2018, 8:44 AM
    @anton-b commented on @anton-b’s file https://prisma.slack.com/files/U5LU7PU5U/F9N8KE8UX/Untitled.js: If we assume the types are created correctly of course
    Untitled.js
  • u

    user

    03/09/2018, 8:46 AM
    @anton-b commented on @anton-b’s file https://prisma.slack.com/files/U5LU7PU5U/F9N8KE8UX/Untitled.js: Could the creation of the roles maybe be done more efficiently (in case I have 20 roles that needs to be created at once)?
    Untitled.js
  • n

    nilan

    03/09/2018, 9:49 AM
    @anton-b happy to discuss this in the Forum: https://www.graph.cool/forum/c/questions 🙂
  • j

    Josef Henryson

    03/09/2018, 10:25 AM
    docs say: “Every type has the DateTime fields createdAt and updatedAt that will be set automatically when a node is created or updated. You cannot change the values for these fields.” but when I add updatedAt to my schema type, it gets initially populated but does not update when I change a save an instance of the type.. Is this a known bug? UPDATE: When I change a string value it gets updated, but not when I change lists.
    👍 1
    d
    • 2
    • 2
  • y

    yarax

    03/09/2018, 11:55 AM
    Hey guys, I'm author of https://github.com/yarax/swagger-to-graphql library. I heard that there are some problems with it implementation to graphcool backend. So don't hesitate to ask me any related questions
    👋🏻 1
    a
    • 2
    • 12
  • y

    yarax

    03/09/2018, 11:58 AM
    And one question from me personally. Are there any plans or ideas of CRUD standard for GraphQL? (or maybe it exists already)
    h
    n
    • 3
    • 7
  • e

    ericsonluciano

    03/09/2018, 2:17 PM
    does graphql-server-example the airbnb have a client? i just curious with this 🙂
    n
    • 2
    • 1
  • e

    etx

    03/09/2018, 3:22 PM
    @nilan Any docs or examples showing how to listen for updated data via subscriptions in prisma? I need to listen for CREATE and UPDATE on a field and keep a local copy of the data in prisma. In this case I'm using it for routing and do not want to slow down the page rendering by adding another query
    n
    • 2
    • 2
  • s

    spacek33z

    03/09/2018, 3:29 PM
    Does anyone have experience with using a TypeScript GraphQL plugin to verify your GraphQL on the frontend is valid? Would be awesome if it could fail on compile time when you are e.g. using an non-existent field.
  • s

    sojung

    03/09/2018, 4:10 PM
    not sure if this is the right channel for asking chromeless questions.. how do I update the chromeless and serverlessChromeless versions in my remote proxy? I set this up a while back so all I have is the api key and endpoint url
  • a

    agustif

    03/09/2018, 5:02 PM
    Hi everyone!! If anyone has dealt or is interested on the topic too, I really need any illumination you can provide on my AirTable -> Prisma ☁️️ migration https://www.graph.cool/forum/t/how-to-import-data-from-an-airtable-base-to-prisma/2784 🤔
    💯 1
  • a

    Alex Wilhelm

    03/09/2018, 6:32 PM
    Hey, so I am currently using the CreateOrUpdate, but I notice it doesn't require my auth0 id. Why is that? How do I add it?
1...604605606...637Latest