https://www.prisma.io/ logo
Join SlackCommunities
Powered by
# random
  • h

    harmony

    04/03/2018, 11:47 AM
    report the repo 👀
    😂 2
  • a

    adam

    04/03/2018, 11:47 AM
    🤫🤫🤫
  • h

    harmony

    04/03/2018, 11:48 AM
  • m

    martin

    04/03/2018, 11:48 AM
    that pling messed with my workflow.......
  • m

    martin

    04/03/2018, 11:49 AM
    cool lib tho adam
  • g

    graber

    04/03/2018, 11:49 AM
    What was that? 😁
  • a

    adam

    04/03/2018, 11:49 AM
    Thanks :)
    ❤️ 1
  • v

    Vendicto

    04/03/2018, 1:54 PM
    Do you use Graphcool or Prisma ?
    graphcool 6
    prisma 8
  • s

    Soniiqaah

    04/03/2018, 5:29 PM
    Hi I get this error when Iam typing yarn start : $ GRAPHQL_ENDPOINT https://api.graph.cool/relay/v1/cjfjtv0gz1g1k0171uhwjab4r node scripts/start.js sh: GRAPHQL_ENDPOINT: command not found error An unexpected error occurred: "Command failed. Exit code: 127 Command: sh Arguments: -c GRAPHQL_ENDPOINT https://api.graph.cool/relay/v1/cjfjtv0gz1g1k0171uhwjab4r node scripts/start.js Directory: /Users/Soniiqaah/code/tictacturing Output: ". info If you think this is a bug, please open a bug report with the information provided in "/Users/Soniiqaah/code/tictacturing/yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. yarnpkg.com Yarn Fast, reliable, and secure dependency management.

    https://yarnpkg.com/assets/og_image.png▾

    It seems it something with the GRAPH_ENDPOINT url. Does anyone know what to do? 😕
    h
    • 2
    • 2
  • s

    shankar

    04/04/2018, 10:20 AM
    Hi I Want how to connect prisma with react please send me the step by step procedure Thanks in advance
    h
    m
    u
    • 4
    • 7
  • n

    nrnr

    04/04/2018, 4:00 PM
    Hi everyone! We just launched a web hosting community on Slack. I'm sure all of you use web hosting one way or another so this could be a perfect fit for you. Get exclusive deals, free support, discuss things, and more. Invites at https://thishosting.rocks/community/
  • g

    gantman

    04/06/2018, 1:40 PM
    https://medium.com/@hanilim/http-codes-as-valentines-day-comics-8c03c805faa0
  • m

    martin

    04/08/2018, 7:30 AM
    Simple and brilliant. https://medium.freecodecamp.org/elegant-patterns-in-modern-javascript-roro-be01e7669cbd
  • m

    michal

    04/10/2018, 5:37 PM
    Hey guys 🙂 I recently started playing with graphcool again. The service looks awesome. However I still have some things that I would like to know: 1) Is there a simple guide that would show me how to create custom queries? For example I have
    type Product
    I want to select product by its
    code
    right now that is not possible. I have to select
    allProducts
    and find my product by its code. 2) Is it possible to access graphcool database directly somehow? Is that documented anywhere? Lets say that I want to create new order in database. But before I do that I want to check if product prices are OK. Then I want to select some additional information. 3) Is there a mass data export / import available? Thank you for your help. 🙂
  • m

    michal

    04/10/2018, 5:56 PM
    Also many documentation links don't work. 😕 https://www.graph.cool/docs/reference/api-gateway/overview-ucoohic9zu
  • m

    michal

    04/10/2018, 6:52 PM
    when testing custom query resolver...
  • a

    Alan

    04/10/2018, 7:52 PM
    Hey guys. I could not figure out the error I am doing in this mutation
  • a

    Alan

    04/10/2018, 7:52 PM
  • a

    Alan

    04/10/2018, 7:53 PM
    I have also created a stackoverflow question (https://stackoverflow.com/questions/49760142/graphql-error-you-provided-an-invalid-argument-for-the-where-selector-on-user)
  • s

    Shashabenda

    04/10/2018, 7:56 PM
    @Alan I think you need the where input to be
    { "connect": { "id": "<THE_ID>" } }
  • s

    Shashabenda

    04/10/2018, 7:58 PM
    @Alan look at the arguments of the
    UserWhereUnique
    input
  • m

    michal

    04/10/2018, 8:57 PM
    Does anybody have experience with bulk import?
  • m

    michal

    04/10/2018, 9:10 PM

    https://www.youtube.com/watch?v=fNLhxKpfCnA▾

  • a

    Alan

    04/10/2018, 10:12 PM
    hi @Shashabenda. Thanks for your reply, but I do not see any "connect": in the schema of "where: UserWhereUniqueInput!" :
  • a

    Alan

    04/10/2018, 10:12 PM
  • a

    Alan

    04/10/2018, 10:13 PM
  • u

    user

    04/10/2018, 10:20 PM
    @michal commented on @Alan’s file

    https://prisma.slack.com/files/U9HV76RQA/FA4AQJ6JY/image.png▾

    : The error message basically tells you what you have wrong. Why do you have the
    id
    inside
    connect
    ? Remove the
    connect
    and replace it with
    id
    .
  • a

    Alan

    04/10/2018, 10:23 PM
    It is what I did previously and @Shashabenda recommends me to add the
    connect
  • a

    Alan

    04/10/2018, 10:23 PM
  • u

    user

    04/10/2018, 10:31 PM
    @Alan commented on @Alan’s file

    https://prisma.slack.com/files/U9HV76RQA/FA4AQJ6JY/image.png▾

    : Thanks for your comment, but it is still not working
1...181920...53Latest