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

    yolen

    03/16/2018, 8:58 PM
    not in teh file management doc but in teh mutation api section
  • y

    yolen

    03/16/2018, 9:02 PM
    well this only works for old projects not for mine........
  • y

    yolen

    03/16/2018, 9:31 PM
    however this version works
  • y

    yolen

    03/16/2018, 9:31 PM
    Copy code
    mutation {
      deleteFile(id: "cjetuu0pg0h2s0140dui66wsh") {
        name
      }
    }
  • j

    jandersen

    03/17/2018, 12:11 AM
    any plans to add an environment variable for the prisma docker image to allow turning useSSL to true for its mysql connection strings?
  • j

    justinrich

    03/17/2018, 12:45 AM
    What’s the difference between just listing selectors in a where statement and using a AND statement
  • j

    justinrich

    03/17/2018, 12:46 AM
    I imagine it’s similar
  • a

    analyticalstarfish

    03/17/2018, 4:51 AM
    Hello All, Implementing the GraphCool technology on my react-native application. New to the technology. Just wanted to say hello.
    👋 3
  • d

    Daniel K.

    03/17/2018, 8:39 AM
    looks like that
    prisma reset
    does not add seed data, is that intentional?
    • 1
    • 1
  • a

    analyticalstarfish

    03/17/2018, 8:45 AM
    Anyone ever encounter this error?
  • a

    analyticalstarfish

    03/17/2018, 8:45 AM
  • a

    analyticalstarfish

    03/17/2018, 8:48 AM
    Apparently, there was a fix for this problem. Only problem is, that the solution seems to be outdated. I cannot find the code that the person posting the solution is referring to.
  • g

    Gridley123

    03/17/2018, 9:31 AM
    A prisma question: Can I use types without persisting to the database? For example, I create an Item type, with a ‘location’ field of type ‘Geolocation’, and the define the Geolocation type. However, I’m not interested in individually accessing objects of the type Geolocation so I don’t need to save them.
    l
    • 2
    • 1
  • d

    Daniel K.

    03/17/2018, 9:40 AM
    @Gridley123 https://www.graph.cool/forum/t/how-to-save-json-type-in-prisma/2426
  • d

    Daniel K.

    03/17/2018, 9:41 AM
    besides Json type you could just split into two fields directly on Item type ... no other way around I believe
  • g

    Gridley123

    03/17/2018, 9:44 AM
    Ok I think my understanding of graphQL is not great here. Does that mean that you can’t have a nested type without storing that type elsewhere?
  • d

    Daniel K.

    03/17/2018, 9:45 AM
    it is, with Json type 🙂
  • d

    Daniel K.

    03/17/2018, 9:45 AM
    you cannot have both ways ... typed and untyped at once 😄
  • g

    Gridley123

    03/17/2018, 9:45 AM
    Graph cool seems to have a transient and a model type, the latter gets saved and the former doesn’t
  • g

    Gridley123

    03/17/2018, 9:46 AM
    Prisma doesn’t have this. What’s the difference?
  • d

    Daniel K.

    03/17/2018, 9:46 AM
    well, I am not sure about that, perhaps there is some other way I don't know about
  • g

    Gridley123

    03/17/2018, 9:46 AM
    https://www.graph.cool/docs/reference/service-definition/overview-opheidaix3/
  • d

    Daniel K.

    03/17/2018, 9:48 AM
    I see, but transient types are exactly what it says, input and return types ... not actual fields 🙂
  • d

    Daniel K.

    03/17/2018, 9:48 AM
    https://www.prismagraphql.com/docs/reference/service-configuration/data-modelling-(sdl)-eiroozae8u#data-model-directives here check out whole SDL documentation what you can do in the schema
  • d

    Daniel K.

    03/17/2018, 9:49 AM
    I am storing geolocation in my app too and I chose approach of having latitude/longitude as a separate fields and then I can use fragments to work with those easily
  • g

    Gridley123

    03/17/2018, 9:51 AM
    Ok that’s great. Thanks @Daniel K.
  • t

    tx.Shawn

    03/17/2018, 2:11 PM
    Does anyone also have this problem?😰 https://github.com/graphcool/graphcool-framework/issues/495
  • d

    Devin

    03/17/2018, 3:34 PM
    In the advanced node boilerplate, I see passwords are stored directly in the database. Does anyone know how secure that is?
    j
    e
    l
    • 4
    • 5
  • u

    user

    03/17/2018, 3:44 PM
    @Rob Murtagh commented on @Rob Murtagh’s file https://prisma.slack.com/files/U9B4T6SNL/F9QQKLRJM/grouphasmembers_-_solution_.txt: thanks!
    GroupHasMembers_-_Solution_.txt
  • d

    danielvdm

    03/17/2018, 4:20 PM
    I'm gonna post this for a third time and hope I get some kind of a response: https://github.com/graphcool/graphcool-framework/issues/317
1...611612613...637Latest