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

    mwickett

    11/17/2017, 2:48 PM
    The deploy goes through, but it’s disconcerting
  • m

    mwickett

    11/17/2017, 3:13 PM
    Definitely related to this: https://github.com/graphcool/framework/issues/595
  • t

    titirex

    11/17/2017, 4:20 PM
    Hello, I cannot run
    graphcool local up
    on my Mac, do you have an idea? (Docker is running).
    -.txt
  • s

    senorcodecat

    11/17/2017, 4:35 PM
    Anyone tried the stripe templates with the new framework?
    👏 1
  • u

    user

    11/17/2017, 4:36 PM
    @nilan commented on @titirex’s file https://prisma.slack.com/files/U58NP7MCJ/F838Y9JPR/-.txt: please supply a bug report here: https://github.com/graphcool/framework
    -.txt
  • m

    Miezan

    11/17/2017, 5:54 PM
    is there a way to filter a query based on the current logged user ?
    Copy code
    query {
      user {
        id
        posts (# filter by the above id here??) {
           postedBy{
             id
          }
          description
        }
      }
    }
    a
    • 2
    • 7
  • p

    patrick

    11/17/2017, 6:36 PM
    Does anyone have a workaround for this relay-compiler issue with Graphcool’s schema? https://github.com/facebook/relay/issues/1740
    k
    • 2
    • 1
  • k

    kguller

    11/17/2017, 7:53 PM
    Does anyone have an example of an UpdateOrCreate statement in Relay or plain GraphQL?
  • j

    Jeggah

    11/17/2017, 8:29 PM
    is it me or does this example not work https://github.com/graphcool-examples/react-graphql/tree/master/authentication-with-email-and-apollo Getting this when trying to run it
  • j

    Joe

    11/17/2017, 9:12 PM
    I would like to deploy a graphcool cluster on my own infrastructure (in Azure) - does anyone have any pointers on how to do that?
    m
    • 2
    • 1
  • p

    proteus

    11/17/2017, 9:20 PM
    I'm trying to use the cli to login without browser.
  • p

    proteus

    11/17/2017, 9:21 PM
    But it keeps "exiting with code 3"...
  • q

    quiaro

    11/17/2017, 10:11 PM
    hey all, I just finished writing a tutorial explaining how authentication works with Auth0 using a resolver function:
  • q

    quiaro

    11/17/2017, 10:11 PM
    https://medium.com/@quiaro/authentication-inside-a-graphcool-service-using-auth0-5056806d02f0
    🙌 2
    👏 3
    m
    • 2
    • 1
  • q

    quiaro

    11/17/2017, 10:12 PM
    it’s very similar to the work that @fdidron did for the Auth0 template except that it made more sense to me to use OpenID Connect instead of OAuth2
  • q

    quiaro

    11/17/2017, 10:12 PM
    I hope it makes sense and that it helps someone
  • q

    quiaro

    11/17/2017, 10:13 PM
    comments are always welcome 😉
  • a

    Adam

    11/17/2017, 10:54 PM
    Hopefully I'm in the right place - does anyone know how to enforce that a field is unique per-relation? E.g. a Post slug must be unique per User, but not between users.
    a
    • 2
    • 2
  • a

    Adam

    11/17/2017, 10:55 PM
    Best I've got right now is to create a userSlugPostSlug field that concatenates them and @isUnique, but if the user slug changes, that seems like it would suck
  • a

    ambethia

    11/18/2017, 1:24 AM
    Hey all, is there docs for authorization of functions in
    graphcool.yml
    ?
  • a

    ambethia

    11/18/2017, 1:30 AM
    or is it appropriate to just do something like:
    Copy code
    if (!(event.context.auth && event.context.auth.token)) return { data: null }
    n
    • 2
    • 1
  • j

    jimthedev

    11/18/2017, 4:17 AM
    anyone know where SomeUserExists is?
  • j

    jimthedev

    11/18/2017, 4:17 AM
    I have tried finding more info on it but in the playground on the new framework it seems to not be available
  • j

    jimthedev

    11/18/2017, 4:18 AM
    error is
    Cannot query field ‘SomeUserExists’ on type ‘Query’
    i
    n
    • 3
    • 18
  • k

    kguller

    11/18/2017, 4:20 AM
    Anyone else having problems deleting columns or Types from the Schema Admin?
  • m

    markmiller21

    11/18/2017, 4:25 AM
    I am currently finishing up porting over our app from firebase to graphcool but I am running into a snag with pushing it to GitHub. At one point during the porting process I had the graphcool instance inside of my app but I have since moved it into a seperate folder (and repo). However, when I tried to deploy my graphcool server it created a build for my app. I can now, not delete this build. I have tried “rm -rf .build”, “rm -rf .build/“, etc. I also can no longer see the .build file through the terminal (using “ls -a” to see the hidden files). Any ideas about how to go about fixing this issue?
  • p

    panzupa

    11/18/2017, 9:52 AM
    Good morning 🙂
    👋 1
  • p

    proteus

    11/18/2017, 10:49 AM
    I cannot get the cli to authenticate without browser.
  • p

    proteus

    11/18/2017, 12:31 PM
    What does a paying customer have to do to get some actual support around here?
    h
    a
    • 3
    • 14
  • c

    cryptomafia

    11/18/2017, 1:13 PM
    Hello people!
1...433434435...637Latest