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

    user

    01/18/2018, 9:00 AM
    @Fi1osof commented on @Echo’s file

    https://prisma.slack.com/files/U8UPU7TLM/F8UPVFMT7/49803d30-ff2b-4a2c-bc89-b6e902a7df3f.png▾

    : @Echo i have same issue. Checkout docker mysql started. sudo docker ps -a |grep prisma-db
  • u

    user

    01/18/2018, 9:00 AM
    @Fi1osof commented on @Echo’s file

    https://prisma.slack.com/files/U8UPU7TLM/F8UPVFMT7/49803d30-ff2b-4a2c-bc89-b6e902a7df3f.png▾

    : Is status up?
  • f

    Fi1osof

    01/18/2018, 9:10 AM
    @Echo my issue with UPD solution: https://www.graph.cool/forum/t/can-not-start-prisma-local-mysql-error-0-0-0-0-3306-bind-address-already-in-use/2190
  • u

    user

    01/18/2018, 9:13 AM
    @Echo commented on @Echo’s file

    https://prisma.slack.com/files/U8UPU7TLM/F8UPVFMT7/49803d30-ff2b-4a2c-bc89-b6e902a7df3f.png▾

    : CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 9df535dd43e1 mysql:5.7 "docker-entrypoint.s…" 9 seconds ago Up 25 seconds 0.0.0.0:3306->3306/tcp prisma-db
  • u

    user

    01/18/2018, 9:13 AM
    @Echo commented on @Echo’s file

    https://prisma.slack.com/files/U8UPU7TLM/F8UPVFMT7/49803d30-ff2b-4a2c-bc89-b6e902a7df3f.png▾

    : STATUS UP
  • f

    Fi1osof

    01/18/2018, 9:22 AM
    @Echo i did so: 0.1 prisma local start if not started before 1. in empty dir run: prisma init 2. cd server 3. yarn start (start localhost:4000) 4. in new console cd project_root and run: yarn start (start localhost:3000)
    e
    • 2
    • 2
  • n

    nilan

    01/18/2018, 9:30 AM
    Hey everyone <!here> 👋
    👋 13
  • n

    nilan

    01/18/2018, 9:31 AM
    It's great to be part of such an amazing and supportive community. To ensure everyone enjoys being with us, I'd like to remind you of the Community Guidelines: - Keep conversations in Slack organized in Thread, use highlights sparesely. - Questions are more likely to get an answer in the Forum, as context can be preserved and messages don't get lost. - Features and bug reports are best posted on the respective repo on Github. - Support and Sales questions are best directed at the respective email addresses. Read more here: https://gist.github.com/marktani/13a6ac8ac9b87b821fa753480de5b529 Thanks everyone for contributing to our community 🙌
    💯 6
    🚀 4
    💚 3
    parrotwave6 4
    🦜 4
    fast parrot 4
    🙂 3
    prisma 1
  • n

    nilan

    01/18/2018, 9:31 AM
    @nilan pinned a message to this channel.
  • u

    user

    01/18/2018, 9:33 AM
    @Echo commented on @Echo’s file

    https://prisma.slack.com/files/U8UPU7TLM/F8UPVFMT7/49803d30-ff2b-4a2c-bc89-b6e902a7df3f.png▾

    : @nilan
  • n

    nilan

    01/18/2018, 9:35 AM
    @Echo - please don't comment on images, it messes up threads - highlighting me with zero context is not helpful 🙂 - is there a Forum post where I can read more about your question?
  • e

    Echo

    01/18/2018, 9:39 AM
    @nilan👌
  • e

    Echo

    01/18/2018, 9:45 AM
    @nilan
    Copy code
    $ prisma deploy
    Creating stage dev for service prisma-demo !
    
    ERROR: Whoops. Looks like an internal server error. Search your cluster logs for request ID: cluster:cluster:cjcka6n3t000b0157l7ipju0s
    
    {
      "data": {
        "addProject": null
      },
      "errors": [
        {
          "message": "Whoops. Looks like an internal server error. Search your cluster logs for request ID: cluster:cluster:cjcka6n3t000b0157l7ipju0s",
          "path": [
            "addProject"
          ],
          "locations": [
            {
              "line": 2,
              "column": 9
            }
          ],
          "requestId": "cluster:cluster:cjcka6n3t000b0157l7ipju0s"
        }
      ],
      "status": 200
    }
  • j

    Jarand

    01/18/2018, 9:48 AM
    Hello! I'm new to graph cool and graphql and have a qeustion about updating the store after a mutation. What is the best pattern to do this? Right now i'm refreshing the store by doing the same query after the mutation, but i don't get the refreshed result every time.
    h
    k
    • 3
    • 22
  • j

    Jarand

    01/18/2018, 9:48 AM
    Is there a way i can write to the store right after the mutation is done, to get a fresh dataset?
  • k

    kristiansorens

    01/18/2018, 9:55 AM
    Hello! Have a question related to filtering on a query. I have created a forum post here: https://www.graph.cool/forum/t/define-filter-on-model-field-that-has-value-type-enum-and-multiple-values/ . Basically I’m trying to filter on a model where a field has a value that contains multiple ENUM values. But for some reason those fields are not part of the filteringOptions. Is that not currently possible?
  • j

    juicycleff

    01/18/2018, 10:01 AM
    Please I need help with following and follower relationship on user. There are many ways to do this, but i need to reduce the depth circle of the schema so here is what i need? type User { followers: [User!]! @relation ("follwers") following: [User!]! @relation ("following") } So how to resolve the followers is whats giving me hicks, as following which is all users following is trivia with this schema. Suggestions welcome. Im trying to avoid an extra schema like Follow schema
  • m

    matty

    01/18/2018, 10:31 AM
    Hey @nilan - thanks for your help with the raw export endpoint! Did you see my earlier notes on the cloudfront CDN occasionally delivering 5xx (500, 504) errors? Were you able to see these in your Cloudfront error reports on AWS?
  • d

    Dom Garibaldi

    01/18/2018, 11:22 AM
    What's up y'all? Can anyone get to https://www.prismagraphql.com/docs/quickstart/fullstack/vue/apollo-iob4iehoch/ ?
  • d

    Dom Garibaldi

    01/18/2018, 11:22 AM
    Seems broken to me
  • a

    ajmakhl

    01/18/2018, 11:25 AM
    did Graphcool remove integration, File, and SCHEMA GUI?
  • h

    hari mohan

    01/18/2018, 11:37 AM
    what is best practice. actually our customer login using mobile no. and otp but our partner or office employ login using email or password. user database use same both of or different if same then can give email or password empty.
  • j

    Jarand

    01/18/2018, 12:08 PM
    I have a relation between two types. I have made a query that looks like this:
    Copy code
    allA{id, b {id}}
  • j

    Jarand

    01/18/2018, 12:09 PM
    Wen i mutate and create a new item B, and adds it to A, sometimes the result is without the new B item.
  • j

    Jarand

    01/18/2018, 12:09 PM
    This happend only sometimes, and it feels kind of random when it happens
  • j

    Jarand

    01/18/2018, 12:09 PM
    Could there be any kind of race condition going on?
    • 1
    • 1
  • j

    Jarand

    01/18/2018, 12:14 PM
    Because when i check the console the mutation have happen, but sometimes the component don't update
  • a

    ajmakhl

    01/18/2018, 12:28 PM
    I typed graphcool init… and my package.json was overwritten…………. im gona have to re create my react native directory…. im sad now lol.
  • t

    taikn

    01/18/2018, 12:29 PM
    When choosing a cluster during
    prisma init
    execution, the wizard asks to login or create a new account on prisma cloud, otherwise the deployment will expire in 7 days. How can i authenticate from cli?
  • e

    ehodges

    01/18/2018, 12:30 PM
    when I enter prisma playground the playground opens but it says the server cannot be found. The project is running however with read/write access to the database.
1...523524525...637Latest