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

    nilan

    10/19/2017, 2:58 PM
    hey, we're looking into this right now πŸ™‚
    πŸ‘ 3
    graphcool 1
  • n

    nilan

    10/19/2017, 3:11 PM
    Thanks a lot everyone for your patience - that was a small hiccup in the System API and Console which is fully resolved now. Also see https://status.graph.cool/.
    🦜 6
  • s

    Sam Dickerman

    10/19/2017, 3:12 PM
    Hi all - I've completed the Vue.js getting started steps: https://docs-next.graph.cool/getting-started/vue/apollo-shae2aighe But I can't edit the schema via the console? (I saw a message about this but can't get it back. ) Is there a way I can switch to a project where I can use the console? Or enable the console for what I've finally got working? Thanks
    n
    • 2
    • 4
  • s

    Si Parker

    10/19/2017, 3:16 PM
    Fantastic work BTW this is an amazin achievement with it workign on lambda
  • m

    mtvspec

    10/19/2017, 3:35 PM
    Hello. I'm trying to connect 2 nodes, but some parent nodes may not have a child nodes. I'm using
    GraphQLList
    type to implement this. Example: person "Jane" have one contact, person "John" have two contacts and finally, person "Mike" have 0 contacts. In this case, Contact table stores contact person's id. The problem with person "Mike". Please help 😊
  • m

    Maslov

    10/19/2017, 5:53 PM
    Hi again. Trying to get all posts, not owned by current user. I have specific user id and do:
    filter({ user: { id_not: "qwerty123" } })
    but it returns me empty array, what I do wrong?
    βœ… 1
    i
    a
    • 3
    • 27
  • m

    Maslov

    10/19/2017, 5:53 PM
    Also if I do filter({ user: { id: "qwerty123" } }) it returns all posts for this user correctly
  • a

    amann

    10/19/2017, 6:39 PM
    Has anyone experienced β€œnot a valid root token” when using the new framework preview? And how did you solve if so?
    d
    • 2
    • 2
  • s

    Sam Dickerman

    10/19/2017, 7:59 PM
    Hi: A couple quick checks for understanding: I've complete Vue.js Getting Started. Because I used "npm install -g graphcool@next" I CAN'T use the schema editor in the console Instead I MUST edit the types.graphql file and push them up to the server. (right?) Two more questions: 1) Is there/will there be a visual tool for building the schema? 2) Can I create another project through the UI, build the exact data structure I want, and export that from the schema page using the "Export Schema" link? Or does that use a different way to define the schema?
    n
    g
    h
    • 4
    • 6
  • s

    samuell

    10/19/2017, 8:17 PM
    its a way to remove all nodes in one data table ?
  • g

    Giancarlo

    10/19/2017, 9:02 PM
    Hey cool peeps, anyone have a clue as to why the add-template command doesnt work for me? I updated graphcool but nada. Also, graphcool init doesnt generate anything more than project.graphcool, inconsistent with the current docs at https://docs-next.graph.cool/reference/graphcool-cli/commands-aiteerae6l#service-management
    i
    • 2
    • 16
  • g

    Giancarlo

    10/19/2017, 9:05 PM
    @samuell, you can just select all in the data table using the browser console or if you want to delete all data you can do so in the project settings. do you mean from the CLI?
  • g

    Giancarlo

    10/19/2017, 9:42 PM
    graphcool pull -project <ID> no longer seems to work and isnt accounted for in the updated docs as far as I can tell. Any insight?
  • l

    lastmjs

    10/19/2017, 10:11 PM
    What is event.context.graphcool.pat? How can I access my actual tokens from within functions?
    a
    n
    t
    • 4
    • 49
  • s

    Si Parker

    10/19/2017, 10:19 PM
    is this slack just for graphql rather than chromeless?
    n
    • 2
    • 2
  • s

    Sam Dickerman

    10/19/2017, 10:26 PM
    I used "npm install -g graphcool@next" to do the Vue.js getting started tutorial. When I click on the playground link in the console I get a sort of loading blinker... I can launch the playground from the CLI I can't seem to get any of the queries to work In my types.graphql I have: type Person @model { id: ID! @isUnique firstName: String! } Yet in the playground that I open from the CLI I have tried { Person { firstName } } and it returns { "data": null, "errors": [ { "message": "Cannot query field 'Person' on type 'Query'. (line 2, column 3):\n Person {\n ^", "locations": [ { "line": 2, "column": 3 } ] } ] } I have pushed my changes up to the graph.cool server via: graphcool deploy --target prod Thanks for any advice!
    a
    • 2
    • 31
  • i

    iamclaytonray

    10/19/2017, 11:03 PM
    The console down for anyone else?
  • p

    peterp

    10/20/2017, 12:24 AM
    I just upgraded a project to graphcool@next. I noticed that email-password auth is all written in TS. Do I need to set something up for typescript to work?
    p
    n
    • 3
    • 8
  • p

    peterp

    10/20/2017, 12:25 AM
    also, running the command:
    Copy code
    Downloading template graphcool/templates/authentication/email-password from graphcool/templates ... βœ”
    Path /Users/peter/Projects/tallydrinks/tally-graphcool/src/email-password/ already exists. Overwriting it now.
     β–Έ    'ENOENT': ENOENT: no such file or directory, stat
     β–Έ    '/var/folders/_8/y755ywd94_l4pc8ymg8kmjh00000gn/T/cj8z5exny00004i3zkub6x38n/authentication/email-password/src'
    a
    • 2
    • 3
  • s

    Sam Dickerman

    10/20/2017, 12:32 AM
    Just want to say that I struggled a bit to get started (I'm an old dog learning new tricks) - but thanks to a lot of help I'm now into the playground for my endpoint .... and this is AWESOME!! I am so impressed with everything - thanks!
    πŸŽ‰ 3
    πŸ’ͺ🏻 1
    n
    • 2
    • 1
  • t

    Tavo

    10/20/2017, 4:56 AM
    To get docker started for the first time do I just do
    gc local pull
    ?
    n
    • 2
    • 1
  • m

    meikoudras

    10/20/2017, 6:02 AM
    https://github.com/graphcool/graphcool/issues/219 This should be live, right? I am currently still seeing auth: null in all my operationBefore and operationAfter functions.
    n
    • 2
    • 5
  • j

    Josef Henryson

    10/20/2017, 7:24 AM
    maybe this is a stupid question… but do I have to first query for a list of ids on a type, then add my id(s) to that list and update the same type with the full list of ids? Or can I just update the the existing ids by adding my own by some specific mutation syntax?
    n
    • 2
    • 2
  • a

    antho1404

    10/20/2017, 7:41 AM
    I have maybe 90% of the time some error 504 when I deploy to graphcool, it’s just something new, before everything was working fine, I guess it’s still related to this issue https://github.com/graphcool/graphcool/issues/551 but is there any way to increase the timeout a bit or something like that 😞
    n
    • 2
    • 4
  • o

    Onur

    10/20/2017, 9:13 AM
    Hello there. In the first (read) query I made after the update, the version of the data has not been updated. Later when I ask again (read) I can see the updated state. There was no such problem before. What could be the problem?
    πŸ‘€ 1
    n
    • 2
    • 3
  • d

    D Lowl

    10/20/2017, 11:44 AM
    Hi guys
  • d

    D Lowl

    10/20/2017, 11:44 AM
    I’m using graphcool in my research project and now wondering
  • d

    D Lowl

    10/20/2017, 11:45 AM
    Where european server is hosted geographycally?
    d
    a
    n
    • 4
    • 12
  • l

    lowip

    10/20/2017, 1:09 PM
    Hi there, when running locally, most of my queries work excepted for my custom functions. For instance my signup method (working when deployed non-locally) generates the following error:
    Copy code
    {\"response\":{\"code\":3016,\"requestId\":\"us-west-2:simple:cj8zwsd0p9om80139ej8flnlf\",\"error\":\"Project not found: 'cj8zwmnra00090155tg3vellh'\",\"status\":200},\"request\":{\"query\":\"\\n    query {\\n      User(email: \\\"<mailto:test@test.com|test@test.com>\\\") {\\n        id\\n      }\\n    }\\n  \"}}
    Project not found: 'cj8zwmnra00090155tg3vellh'
    where the project id is the id I find in my
    .graphcoolrc
    for my local deployment
    n
    k
    • 3
    • 6
  • n

    nilan

    10/20/2017, 2:07 PM
    Hey everyone <!here> πŸ‘‹ as of now, version 0.8 of the Framework Preview is available πŸŽ‰ This version comes with a streamlined context for all function types, general bug fixes & a lot of improvements to the CLI. Furthermore, a new version of
    graphcool-lib
    that supports multi-target usage has been released. Read the full release notes here: https://github.com/graphcool/graphcool/releases/tag/0.8 ⚑
    πŸ’― 4
    parrotwave4 6
    graphcool 4
    parrotwave1 6
    parrotwave3 6
    parrotwave5 6
    🦜 21
    πŸ’š 11
    parrotwave2 6
    parrotwave7 6
    parrotwave6 6
1...381382383...637Latest