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

    Daniel Lauzon

    10/27/2017, 9:26 PM
    Any one know how the 25 character ID's are generated? I think I'm looking for
    Cuid.createCuid
    a
    n
    • 3
    • 10
  • o

    onelastjedi

    10/27/2017, 10:45 PM
    Hello, guys. I have an issue when deploying functions with new framework. I’m following
    <https://www.graph.cool/docs/tutorials/auth/authentication-with-email-and-password-for-react-and-apollo-cu3jah9ech>
    and it seems signup.ts not properly working when deployed to shared-ap-northeast-1 and shared-us-west-2.
    n
    r
    • 3
    • 7
  • o

    onelastjedi

    10/27/2017, 10:45 PM
    It’s only works on shared-eu-west-1.
  • o

    onelastjedi

    10/27/2017, 10:49 PM
    No function calls in logs. Passwords write to DB in plain text.
  • o

    onelastjedi

    10/27/2017, 11:05 PM
    Same situation for shared-eu-west-1. Not working.
    n
    • 2
    • 1
  • n

    nickhudkins

    10/27/2017, 11:33 PM
    oh cool maybe it's just a bug! I am sitting here going "uhhhh why are my functions not fucntioning"
    🤔 1
    • 1
    • 1
  • p

    pcooney10

    10/28/2017, 1:37 AM
    Quick question about the pricing if anyone has a minute. Is the “Database” file storage, or does it have to do with the number/size of records in the database?
    a
    m
    +2
    • 5
    • 11
  • a

    aazlant

    10/28/2017, 2:44 AM
    hey guys, if I wanted to follow a tutorial about how to create a react native app with graphcool, where should I begin?
    g
    • 2
    • 2
  • d

    David Chalifoux

    10/28/2017, 4:54 AM
    Yo, anyone know why
    graphcool diff
    wouldn't work even though it's recommending I use it?
    n
    m
    • 3
    • 3
  • d

    David Chalifoux

    10/28/2017, 6:12 AM
    https://www.graph.cool/forum/t/define-many-to-many-relationship-in-data-model/1404 If anyone can help
  • m

    matic

    10/28/2017, 9:20 AM
    Are
    modules
    still supported in
    graphcool.yml
    ?
    g
    • 2
    • 1
  • p

    Pieter

    10/28/2017, 11:18 AM
    I got a
    conversation
    Type and a
    message
    type. A conversation contains many messages. How do I sort conversations to show the conversations with the most recent messages at the top?
    orderBy: updatedAt_DESC
    doesn't work. It does not seem to take into account that the conversation has updated when a new message is created
  • t

    timwis

    10/28/2017, 1:05 PM
    interesting, the docs example just uses template string interpolation for adding user input. i would have assumed graphql variables were recommended in order to sanitize the user input, no? https://www.graph.cool/docs/tutorials/auth/authentication-with-email-and-password-for-react-and-apollo-cu3jah9ech#adjusting-the-signupuser-mutation
    a
    n
    • 3
    • 5
  • m

    matic

    10/28/2017, 1:30 PM
    @nilan is there a way to enable File API for Graphcool Services?
  • a

    Abu Bintu

    10/28/2017, 2:12 PM
    hello , there is a way to run graphcool with a cassandra db ?
    b
    • 2
    • 1
  • n

    Nick Luger

    10/28/2017, 3:54 PM
    How do you guys write apps that use composition without having cascading deletes? (https://github.com/graphcool/framework/issues/47). On SQL we had "ON DELETE CASCADE". How do current production apps handle this issue?
  • b

    BrentFarese

    10/28/2017, 4:21 PM
    New to GraphCool and going through the docs and examples. Is anyone else having issues with the docs? Many links don't seem to link to the right place and just redirect to "https://www.graph.cool/docs/". Is this a known issue?
    👀 1
  • b

    BrentFarese

    10/28/2017, 4:23 PM
  • b

    BrentFarese

    10/28/2017, 4:23 PM
    Example. Clicking on links in image don't redirect right. Link - https://www.graph.cool/docs/reference/graphcool-cli/commands-aiteerae6l.
  • t

    timwis

    10/28/2017, 5:39 PM
    @BrentFarese the docs were recently replaced, and some of the links still point to the old locations. if you look at the URL structure you can find the destination manually as it corresponds to the navigation/sections. not ideal, but the best bet until a QA of the docs is done i imagine
    b
    • 2
    • 2
  • t

    timwis

    10/28/2017, 6:20 PM
    Is this how we’re supposed to simulate a logged in user in the playground? My function is still saying
    "auth": null
    when I do this.
  • o

    ollie

    10/28/2017, 6:29 PM
    hi all
  • o

    ollie

    10/28/2017, 6:29 PM
    is it possible to do algolia integration with the local framework?
    m
    • 2
    • 2
  • t

    timwis

    10/28/2017, 6:37 PM
    If my client create’s a post for a user via
    createPost(userId: 'xyz')
    , and I want to make an ajax call in an operationBefore hook, do I need to use graphcool-lib.api.request to get the userId’s details? Or is there a way to include that in the data/query that’s passed to my hook?
    m
    • 2
    • 1
  • u

    user

    10/28/2017, 7:08 PM
    @mwickett commented on @timwis’s file

    https://prisma.slack.com/files/U6KM239ML/F7RK94HLM/screen_shot_2017-10-28_at_14.19.41.png▾

    : Is this the Electron playground? In the console, there are buttons to choose either admin, anonymous or select a specific user.
  • u

    user

    10/28/2017, 7:22 PM
    @timwis commented on @timwis’s file

    https://prisma.slack.com/files/U6KM239ML/F7RK94HLM/screen_shot_2017-10-28_at_14.19.41.png▾

    : @mwickett it’s the local playground. those buttons don’t exist there 😕
  • u

    user

    10/28/2017, 7:23 PM
    @mwickett commented on @timwis’s file

    https://prisma.slack.com/files/U6KM239ML/F7RK94HLM/screen_shot_2017-10-28_at_14.19.41.png▾

    : Yeah - I know 😩
  • u

    user

    10/28/2017, 7:23 PM
    @mwickett commented on @timwis’s file

    https://prisma.slack.com/files/U6KM239ML/F7RK94HLM/screen_shot_2017-10-28_at_14.19.41.png▾

    : Would be handy. I get that it’s supposed to be useful beyond just graphcool
  • t

    timwis

    10/28/2017, 7:25 PM
    In the permissions example, how do you prevent a user creating a post on behalf of a different user? https://github.com/graphcool/framework/blob/master/examples/permissions/graphcool.yml#L13
    • 1
    • 3
  • t

    timwis

    10/28/2017, 8:25 PM
    is there any way to write unit tests for my permission queries/settings? I’m a little nervous about making a change that messes something up
1...400401402...637Latest