https://www.prisma.io/ logo
Join SlackCommunities
Powered by
# orm-help
  • m

    Martí Crespí

    02/11/2019, 2:07 PM
    Hi! Did anyone get this error when starting a docker image? My introspection query works correctly generating my datamodel.prisma well, but then it's reporting this error when it's initializing and my playground doesn't show any query/mutation.
    h
    e
    m
    • 4
    • 10
  • m

    Martí Crespí

    02/11/2019, 2:08 PM
    -.txt
  • j

    jdoyle112

    02/11/2019, 2:43 PM
    Is it possible to dump all data from database in prisma console?
    m
    • 2
    • 2
  • r

    RoMay

    02/11/2019, 4:13 PM
    commit
    generated
    files or not? - just wondering if there are any recommendations on that
    r
    n
    • 3
    • 4
  • l

    Lucas Katayam

    02/11/2019, 5:18 PM
    Hey guys!
  • l

    Lucas Katayam

    02/11/2019, 5:19 PM
    Can anyone help me?
  • j

    Juliano Sena

    02/11/2019, 5:41 PM
    Hi everyone
  • j

    Juliano Sena

    02/11/2019, 5:42 PM
    I need help
    e
    l
    • 3
    • 4
  • j

    Juliano Sena

    02/11/2019, 5:42 PM
    I have an existing mongo database
  • j

    Juliano Sena

    02/11/2019, 5:42 PM
    And I want to connect prisma in it
  • j

    Juliano Sena

    02/11/2019, 5:44 PM
    How can i do that ? because the prisma server always creating a new database when I deploy service in it
    h
    • 2
    • 2
  • l

    Luis Acerv

    02/11/2019, 6:02 PM
    Hello guys!!! my team and I just awake with this issue, I have no clear where it came from, since yesterday everything was working fine, any idea? This is happening on local environments and deployed ones
    h
    a
    r
    • 4
    • 29
  • j

    Joseph Carrington

    02/11/2019, 8:30 PM
    Anyone have any luck with using different generated prisma typescript depending on whether the server is running locally, preproduction or production?
    • 1
    • 1
  • j

    Juliano Sena

    02/11/2019, 9:10 PM
    I need help, It is about Prisma Server
  • j

    Juliano Sena

    02/11/2019, 9:10 PM
    someone would help me?
    j
    h
    • 3
    • 11
  • o

    Owen Delisle

    02/11/2019, 10:59 PM
    Hello everyone. I'm trying to add user profile images to my react-native app with Graphcool. In the Graphcool docs GraphQL API / File management / File Uploading there's a link to a react-native-image-picker example. The link goes to a 404 GitHub page and I was just wondering if anyone knows where I can find that example.
    h
    • 2
    • 2
  • a

    Al

    02/12/2019, 9:50 AM
    Hi all, anyone has tried to implement i18n fields in prisma/graphql yoga using native code or plugins like i18next or similar?
    h
    n
    • 3
    • 7
  • d

    Darryl

    02/12/2019, 10:15 AM
    Previously (as in, last year), I was using something like this in a query:
    Copy code
    favourites: (_, { id }, context: Context, info) => {
        return context.prisma.query.user(
          {
            where: {
              id
            }
          },
          `
          {
            id
            favourites {
              id
              name
            }
          }
          `
        )
      },
    I see that now, you’d instead use `context.prisma.user(...) but there’s no way of defining exactly what you want back. Is this intentional?
    n
    • 2
    • 4
  • d

    domko

    02/12/2019, 10:24 AM
    is there any roadmap for prisma? rly need to know the progress of prisma. currently, we need to decide, to stop implement prisma or go on with. i.E: No cascade delete possible with mongo, which is a no-go to do on api side
    👂 6
  • g

    gwil

    02/12/2019, 11:17 AM
    Thought renaming a type was going to be a nightmare but with the generated client + typescript it’s a breeze. Thank you Prisma team. 👍
    prisma cool 2
    🙌 2
  • g

    Gaurav

    02/12/2019, 1:22 PM
    Hi all graphql people :) If any of you happens to have or know a complex enough (so that I could copy it to production) project using
    graphql-shield
    with yoga/apollo, kindly share; I can't feel confident with auth without such help. Thanks to Prisma and such an active community :)
    d
    m
    b
    • 4
    • 6
  • l

    Luca

    02/12/2019, 3:16 PM
    Hey @Harshit, is the Go caching feature I reported at https://github.com/prisma/prisma/issues/4029 planned? In general, is the development of the Go client (roughly) actively aligned with JS/TS? I feel like the Go client is always behind, also because pagination is missing (https://github.com/prisma/prisma/issues/4027)
  • i

    impowski

    02/12/2019, 3:55 PM
    Hello, Is there any projects or examples on how to implement background events with Prisma, such as when some resolver was called and an event triggered inside of it? Like I have a file which I need to process in the background after uploading. So a user uploads a file and after it was uploaded successfully I start an event in the background, make calculations and give him a new file.
    h
    • 2
    • 2
  • n

    Nicola Nardella

    02/12/2019, 4:57 PM
    Hello guys, I'm new with Prisma. There is a channel where I can ask something related to prisma examples? Thanks
    h
    • 2
    • 25
  • r

    rctandfk

    02/12/2019, 9:13 PM
    I guess if Prisma dont support geo spatial queries (yet) but we can still query the database directly to achieve similar funcionality, right?
  • d

    dan

    02/12/2019, 11:52 PM
    Hey guys, wondering how everyone is managing automated deployments with the newly created column that is required
  • d

    dan

    02/12/2019, 11:52 PM
    https://github.com/prisma/prisma/issues/2323
  • m

    Meow

    02/13/2019, 12:29 AM
    Ummmm, Prisma doesn’t support mysql 8?
  • a

    Alex Freire Spinola

    02/13/2019, 12:42 AM
    Guys at my work we have a php lumen REST API. It uses two databases MySQL and Mongo it is possible to use Prisma to interface with 2 databases?
    j
    • 2
    • 5
  • b

    Benoit Ranque

    02/13/2019, 2:50 AM
    Hello! What is currently the best way to communicate with a secondary prisma service? Scenario: I want to build multiple services and have them all use the same auth service. I want my public schema to hide the fact there are two services and present itself as a single service. Here is a mockup of my schema:
    Copy code
    type Query {
      posts: [Post]
    }
    type Post {
      # this type is stored in my primary service
      text: String
      author: User!
    }
    type User {
      # this type is stored in the primary service too
      id: ID! @unique
      posts: [Post]
      accountId: ID! @unique
      account: Account!
    }
    type Account {
      # this type is stored in my secondary service
      id: ID! @unique
      username: String!
    }
    j
    • 2
    • 5
1...208209210...637Latest