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

    harmony

    01/29/2018, 6:16 PM
    at least not yet
  • w

    weakky

    01/29/2018, 6:40 PM
    Hohai everyone, has anyone ever implemented optimistic updates with apollo-react/graphcool ?
    h
    m
    • 3
    • 7
  • w

    Will Chertoff

    01/29/2018, 6:57 PM
    Anyone know how to seed
    .graphql
    files in
    prisma
    ?
    m
    • 2
    • 7
  • e

    ed

    01/29/2018, 8:00 PM
    are logs down? I am trying to read the logs of a function but seems not to be updated
    n
    • 2
    • 1
  • p

    peter

    01/29/2018, 8:22 PM
    would someone kindly send me the repo link for the React example (blog app with ‘draft’ status)?
    n
    • 2
    • 3
  • y

    yuri

    01/29/2018, 9:21 PM
    Hi, how can I create new
    <https://us1.prisma.sh/>
    instance? I’ve already prepared my app on local and want to deploy it there. Thanks
    n
    • 2
    • 1
  • n

    noahdavis

    01/29/2018, 11:47 PM
    are there any docs for migrating a graphcool beta4.1.2 server to prisma 1.0? Is it as simple as swapping out the libs and renaming files and any refs to graphcool?
    n
    • 2
    • 1
  • r

    ryan.j

    01/29/2018, 11:56 PM
    GraphQL playground keeps breaking on my mac. Is it stable? Also I seem to not be able to simply query by ID I appear to be doing it correctly however it keeps returning value is undefined. I am definitely using a query variable like as it is needed.
    n
    • 2
    • 1
  • r

    ryan.j

    01/29/2018, 11:58 PM
    Yeah so it would appear that I can correctly query by id using web tool. The mac app is definitely bugged bummer I guess the web works.
  • w

    wesbos

    01/30/2018, 1:57 AM
    what does everyones prisma workflow look like?
  • w

    wesbos

    01/30/2018, 1:57 AM
    if I want to add a new field to a type, do i need to redeploy?
  • w

    wesbos

    01/30/2018, 1:57 AM
    prisma deploy
    just gives me
    Service is already up to date.
    j
    n
    p
    • 4
    • 7
  • q

    qsys

    01/30/2018, 2:05 AM
    Let me try something else: 1. User signs up/logs in using auth0 2. auth0 queries a graphcool
    Profile
    table, which contains an email (and the permissions of the user) 3. JWT is returned to the user, who can run 'createuser' (auth0 integration part of graphcool) 4. on creation of a new user, the
    Profile
    table as linked to the
    User
    table and permission queries can be run using the
    Profile
    data (which contains permission data - e.g. in an
    AppMetadata
    field, in line with auth0) This makes it possible to setup permissions and emails before the user has logged in/signed up. After sign up, the data is linked nicely, and the profile of the user should stay synced between auth0 and graphcool somehow (I can figure that out, I guess). Question : How can I make step 4 work - link
    Profile
    data with the
    User
    based on email (the JWT contains an email) on user creation?
    m
    • 2
    • 3
  • h

    Hai

    01/30/2018, 4:00 AM
    how can i setting fields permission in prisma ?
    j
    • 2
    • 1
  • j

    Jack Peterson

    01/30/2018, 4:14 AM
    I'm messing around with the playground. Is it possible to have Auth0 integration in the playground? I'm having trouble with the idToken.
  • h

    harrisrobin

    01/30/2018, 5:11 AM
    Hello, Experiencing an issue where im having to retry many times to boot up Prisma cluster locally. It usually works after 2-3 tries but it's weird. Using the latest version of prisma cli:
  • a

    Attila

    01/30/2018, 6:46 AM
    Hi! I'm using prisma 1.0, and playing around in the playground. I've a type which has a required field in another type. content and contentProvider. there is NO content data in the db, but when I try to delete a contentProvider type, I get the error that I cannot delete it since it is a required field on content 😮
  • a

    Attila

    01/30/2018, 6:47 AM
    It would not violate FKs in the db hence there is no data...
    👍 1
  • a

    Attila

    01/30/2018, 6:47 AM
    why prisma is complaining?
  • a

    Attila

    01/30/2018, 6:47 AM
    makes no sense
    d
    n
    • 3
    • 2
  • j

    johnvalustik

    01/30/2018, 6:47 AM
    @Attila similar problem here
  • a

    Attila

    01/30/2018, 6:49 AM
    lol and I was able to send prisma deploy into an infinite loop 😮 on incremental deploy
  • a

    Attila

    01/30/2018, 6:53 AM
    @johnvalustik that does not sound good 😄
  • a

    Attila

    01/30/2018, 6:53 AM
    is there an issue about this already?
  • j

    johnvalustik

    01/30/2018, 6:56 AM
    @Attila Yeah, in previous graphcool framework it was working correctly. Was just looking for some issues/answers but couldn't find anything yet.
  • a

    Attila

    01/30/2018, 6:58 AM
    https://github.com/graphcool/prisma/issues/1773
  • a

    Attila

    01/30/2018, 6:59 AM
    In 30 minutes I filed 2 issues :S
  • a

    Attila

    01/30/2018, 6:59 AM
    pretty basic playing around 😞
  • a

    Attila

    01/30/2018, 6:59 AM
    and I found out the delete mutations only generated for the id column
  • a

    Attila

    01/30/2018, 6:59 AM
    which is not the best
1...550551552...637Latest