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

    Brian

    10/31/2017, 7:16 PM
    Console shows:
    Copy code
    TypeError: Cannot read property 'paragraphs' of null
        at r (SideNavExpand.tsx:116)
        at r (apollo-server.ts:72)
        at apollo-server.ts:87
        at o (ReactChildren.js:51)
        at i (traverseAllChildren.js:77)
        at i (traverseAllChildren.js:93)
        at o (traverseAllChildren.js:172)
        at Object.a [as forEach] (ReactChildren.js:71)
        at r (apollo-server.ts:85)
        at apollo-server.ts:87
    (anonymous) @ apollo-server.ts:146
    (anonymous) @ apollo-server.ts:146
    15:14:21.953 apollo-server.ts:146 TypeError: Cannot read property 'slug' of null
        at S (Footer.tsx:121)
        at Array.map (<anonymous>)
        at r (Footer.tsx:64)
        at r (apollo-server.ts:72)
        at r (apollo-server.ts:76)
        at i (apollo-server.ts:100)
        at o (apollo-server.ts:125)
        at apollo-server.ts:137
        at <anonymous>
    (anonymous) @ apollo-server.ts:146
    (anonymous) @ apollo-server.ts:146
    15:14:21.959 apollo-server.ts:151 Uncaught (in promise) Error: 2 errors were thrown when executing your GraphQL queries.
        at apollo-server.ts:151
        at <anonymous>
  • t

    the-simian

    10/31/2017, 7:16 PM
    https://github.com/graphcool/framework/tree/master/docs , @msaspence
    👍 5
    ❤️ 1
  • t

    the-simian

    10/31/2017, 7:16 PM
    you can ‘get by’ by reading that
  • m

    msaspence

    10/31/2017, 7:19 PM
    ah nice thanks @the-simian
  • t

    the-simian

    10/31/2017, 7:54 PM
    does anyone have any insight how you’re “supposed” to run some arbitrary code in graphcool unrelated to resolvers, subscriptions or ‘side effects’ of records. I need to implement a simple scheduler
    j
    • 2
    • 2
  • a

    Anthony Baker

    10/31/2017, 9:30 PM
    Hoping someone might be able to help with an item tied to GraphQL Playground. When hitting our GraphQL API, I can view the schema in the Playground, but auto-hinting when entering field names in a query aren't showing up.
    a
    • 2
    • 2
  • s

    samjbmason

    10/31/2017, 9:50 PM
    Hoping someone can point me in the right direction of using oauth within a React app
  • s

    samjbmason

    10/31/2017, 9:50 PM
    And graphcool of course
  • s

    samjbmason

    10/31/2017, 9:51 PM
    It feels like since the new update to the framework/cloud split the docs have gotten a lot less useful.
    n
    • 2
    • 3
  • k

    kenyk7

    10/31/2017, 10:41 PM
    It is possible to create a resolver function that returns me for example the messages plus a field manually in the function 🙂
  • d

    dohomi

    11/01/2017, 3:58 AM
    Hi guys, is there currently some issue with the framework API? I can’t do any changes any more to my project
  • n

    nephix

    11/01/2017, 8:14 AM
    In the graphcool free plan on https://www.graph.cool/cloud/ are the features (e.g. 100mb database) listed as “per month” or life time?
    m
    • 2
    • 3
  • m

    max

    11/01/2017, 9:45 AM
    Just started using the gc framework CLI - has anyone had the following error when you try and using ``graphcool deploy``: "missed comma between flow collection entries"? https://www.graph.cool/forum/t/graphcool-yml-deploy-missed-comma-between-flow-collection-entries/1447
  • p

    panzupa

    11/01/2017, 10:23 AM
    I have auth0 integration enabled. Is there any way (even very hacky, dirty one) to edit
    auth0UserId
    field directly and not indirectly via idToken?
  • t

    thisismissem

    11/01/2017, 10:27 AM
    Anyone interested in taking over the graphql.training domain? It expires in a few days and I'd like it to go to a good home
    n
    n
    d
    • 4
    • 11
  • j

    jbonigomes

    11/01/2017, 10:43 AM
    Hi Everyone, has anyone had this issue where 'graphcool local up' command is not found?
    a
    • 2
    • 23
  • j

    jbonigomes

    11/01/2017, 10:43 AM
  • p

    panzupa

    11/01/2017, 12:09 PM
    When I'm testing in web-console subsription function is there any Way to see logs and errors?
  • p

    panzupa

    11/01/2017, 12:11 PM
    That's what I've got. I guess red line indicates there is an error while executing, but how to see it?
  • m

    msaspence

    11/01/2017, 1:29 PM
    @panzupa sticking
    DEBUG="*"
    on the front may help, not sure what it does for this command
  • j

    Jannis Pohlmann

    11/01/2017, 1:43 PM
    Is there an easy way to wipe a target db from the graphcool framework CLI?
  • j

    jacqui

    11/01/2017, 3:16 PM
    Does anyone know if
    updateOrCreate
    has been extended to update nodes by any unique field? Found this issue but hasn't been added to docs yet as far as i can see... https://github.com/graphcool/framework/issues/25
  • f

    Frantche

    11/01/2017, 3:58 PM
    Hi All, How did you manage to integrate i18n data with graphcool, apollo and vuejs ? I will use vue-gettext for every thing that's static but i would like to store i18n text inside graphcool for exemple for the blog or to translate description of object to sell inside WebApp. It may be better to use classic php and html but i found graphQL and Javascript more 2017 technologie ^^
  • s

    samuell

    11/01/2017, 4:04 PM
    Hey, its okay to send null if i doesnt want to filter by ENUM?
    n
    • 2
    • 2
  • s

    samuell

    11/01/2017, 4:04 PM
    because when i send null looks like its filtering by null
  • r

    ruurtjan

    11/01/2017, 4:12 PM
    How's graphcool's consistency? Are queries guaranteed to include changes made by mutations that got http 200's, or is it possible that mutations take time to propagate and are not reflected in queries?
    d
    • 2
    • 2
  • r

    rem

    11/01/2017, 4:27 PM
    Hey - I'm having a bit of a brainfail. It is possible for me to query with an argument that isn't the
    id
    ? i.e.
    Copy code
    query {
      Session(slug: "foo") {
        title
        description
      }
    }
    t
    • 2
    • 2
  • l

    lastmjs

    11/01/2017, 5:09 PM
    The logs in the web GUI are not working anymore, they're showing a weird white square instead of the log text
    n
    • 2
    • 1
  • j

    jeff_L

    11/01/2017, 5:13 PM
    Are the docs down again?
    n
    r
    h
    • 4
    • 11
  • l

    lastmjs

    11/01/2017, 5:26 PM
    Please provide a valid target that points to a valid cluster and service id
    I'm getting this in all of my commands and I'm not sure how to specify the target correctly
    • 1
    • 5
1...404405406...637Latest