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

    spences10

    03/25/2018, 1:37 PM
    The database isn't on now is it?
  • v

    vistriter

    03/25/2018, 1:56 PM
  • v

    vistriter

    03/25/2018, 1:56 PM
    It’s not free ???
    d
    • 2
    • 1
  • v

    vistriter

    03/25/2018, 2:11 PM
    I click url free button. But It’s show this detail in the picture.
    h
    • 2
    • 1
  • v

    vistriter

    03/25/2018, 2:22 PM
    how to yarn start developer cluster
  • v

    vistriter

    03/25/2018, 2:52 PM
    Now, I can fix it. Thank you! @huv1k
  • d

    Devin

    03/25/2018, 5:50 PM
    Has anyone had issues with the node advanced template and using apollo boost, I keep getting
    Copy code
    [Network error]: TypeError: Network request failed
    But I can't really see what I'm doing wrong for a basic login mutation.
  • h

    harmony

    03/25/2018, 5:57 PM
    check your network tab in dev tools?
  • d

    Devin

    03/25/2018, 5:57 PM
    It's actually from a react native app
    n
    • 2
    • 1
  • h

    harmony

    03/25/2018, 5:59 PM
    is there no debugger for that?
  • d

    Devin

    03/25/2018, 6:05 PM
    Going to get one now
  • h

    harmony

    03/25/2018, 6:11 PM
    I'm guessing you don't have the project on web as well
  • d

    Devin

    03/25/2018, 6:14 PM
    nah for me it's local
  • d

    Devin

    03/25/2018, 6:15 PM
    I think once I get this react-native-debugger working with expo I will be ok
  • m

    Michael Jones

    03/26/2018, 3:01 AM
    Anyone know how to go about generating a Graphql Schema that contains both the Prisma schema and the one from a
    graphql yoga
    server?
    d
    • 2
    • 2
  • j

    jimmy

    03/26/2018, 4:03 AM
    anyone else having problems with databrowser or their simple api endpoint?
  • k

    kevinbrown

    03/26/2018, 8:47 AM
    Hey, does anyone have a link to documentation for the
    createUser
    mutation with Graph.cool BaaS? I cannot for the life of me figure out how to use it, and all my searches come up with Prisma, Framework, all sorts of things. I just want to use Graph Cool Classic and all the links to docs seem to be broken.
    d
    • 2
    • 1
  • h

    Huan

    03/26/2018, 10:27 AM
    @nilan I'm experiencing CORS problem when I first time using graphcool service in Angular. I got this:
    Failed to load <https://subscriptions.ap-northeast-1.graph.cool/v1/chatie>: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '<http://localhost:8100>' is therefore not allowed access. The response had HTTP status code 400. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
    I'm using apollo-client, Any idea?
  • a

    apertureless

    03/26/2018, 11:03 AM
    Hello everybody! 👋 Maybe someone can help me 🙏 I am looking for a way to orderBy a query based on the count of a node. However I did not find a way to do it. As the normal orderBy works only with fields and I am not sure how to do it. Example is pretty simple I have something like this:
    Copy code
    type Product @model {
      votes: [Vote!]! @relation(name: "VotesOnProduct")
    }
    
    type Vote @model {
      id: ID! @isUnique
      user: User! @relation(name: "UsersVotes")
      product: Product! @relation(name: "VotesOnProduct")
    }
    Now I want to orderBy my
    allProducts
    query based on the most votes.
    b
    • 2
    • 2
  • c

    crisu83

    03/26/2018, 11:34 AM
    hello, I tried setting up Playground for our Laravel application, but it seems that you’re not publishing
    graphql-playground-react
    with a build that can be directly ran in the browser by importing it through a
    script
    tag.
    h
    • 2
    • 2
  • p

    pasa

    03/26/2018, 1:43 PM
    Hello everybody, I need some assistance with a question. I have a field in a Type called ListEntry. This field is called person. It is an relational field, which refers to the "Person" Type. I can now set a relation using the personId, but how can I unset this relation, which means, setting the field back to null?
    h
    • 2
    • 1
  • p

    pasa

    03/26/2018, 1:43 PM
    It is unset by deleting the person, the ListEntry is associated with.
  • p

    pasa

    03/26/2018, 1:44 PM
    Any help would be much appreciated.
  • p

    pasa

    03/26/2018, 1:45 PM
    By the way, I'm using Apollo in a REACT application for this.
  • p

    pasa

    03/26/2018, 2:32 PM
    Okay, I managed to do it like this:
  • p

    pasa

    03/26/2018, 2:32 PM
    -.txt
  • p

    pasa

    03/26/2018, 2:33 PM
    with
  • p

    pasa

    03/26/2018, 2:33 PM
    -.txt
  • p

    pasa

    03/26/2018, 2:33 PM
    But yet I still get the following warnings:
  • p

    pasa

    03/26/2018, 2:33 PM
    -.txt
1...620621622...637Latest