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

    Maxi

    01/12/2018, 12:28 AM
    Hi - please use https://www.graph.cool/docs/0.x/reference/ in the meanwhile
  • k

    kad3nce

    01/12/2018, 12:32 AM
    Hi there! I'm trying to specify an extension where the return type includes an array of items, so am declaring the type of the nested resource as well.
    Copy code
    type RoomItemPayload {
      _id: Int!
      name: String!
      path: String!
      opportunity_item_type_name: String!
    }
    
    type RoomItemsPayload {
      name: String!
      items: [RoomItemPayload!]!
    }
    
    extend type Query {
      roomItems(opportunityId: Int!, roomId: String!): RoomItemsPayload
    }
  • k

    kad3nce

    01/12/2018, 12:32 AM
    I get the following error when trying to upload the function definiton: There are issues with the new service definition: Global ✖️ Schema Extension Error for function 'room': Only one return type can be specified in a schema extension
  • k

    kad3nce

    01/12/2018, 12:32 AM
    How can I declare the nested type without triggering the above error?
  • h

    harmony

    01/12/2018, 12:35 AM
    which version of graphcool is that?
  • k

    kad3nce

    01/12/2018, 12:36 AM
    graphcool/0.10.1 (darwin-x64) node-v8.9.1
  • k

    Kevin S

    01/12/2018, 12:41 AM
    Thanks Maxi!
  • j

    johhansantana

    01/12/2018, 12:46 AM
    anyone having trouble accesing docs? it displays a white screen on my part https://www.graph.cool/docs/
  • n

    noahdavis

    01/12/2018, 12:47 AM
    @johhansantana reference https://www.graph.cool/docs/0.x/reference/ while the 1.x docs are being updated
  • j

    johhansantana

    01/12/2018, 12:47 AM
    ah thanks @noahdavis
  • n

    noahdavis

    01/12/2018, 12:48 AM
    My pleasure
  • c

    Callum

    01/12/2018, 1:00 AM
    How hard is it to self host, is it very resource hungry?
  • k

    kad3nce

    01/12/2018, 1:23 AM
    @harmony, do you ask which version because what I'm seeing is unexpected behavior?
  • n

    nathan

    01/12/2018, 2:44 AM
    Will the docs be back to normal (viewable) later tonight?
  • s

    Sitian Liu

    01/12/2018, 4:22 AM
    route https://www.graph.cool/docs is broken on chrome if you load the link directly. otherwise it seems to work fine.
  • s

    Sylvain

    01/12/2018, 5:00 AM
    Same thing on my end - we’ve been having a lot of troubles accessing Graphcool docs lately. Any plans on fixing those issues?
    i
    • 2
    • 1
  • i

    iamclaytonray

    01/12/2018, 5:44 AM
    Looks like it’s an issue with a
    map
    in the Footer
  • n

    nephix

    01/12/2018, 7:56 AM
    I’m often seeing the abbreviation “SE” in the forums. What does it stand for?
  • p

    pss2125

    01/12/2018, 7:56 AM
    folks, i am working on a python django website. I want to use graphql on server end. is it possible with graphcool or should I use graphene. what are the pros of graphcool over graphene
    l
    • 2
    • 1
  • i

    iamclaytonray

    01/12/2018, 8:00 AM
    For everyone who wants docs; use this link: https://www.graph.cool/docs/1.0/reference/
  • k

    KTITS-Kevin

    01/12/2018, 9:28 AM
    Is beta graphcool/1.0.0-beta4.1.1 the current RC1 version?
    m
    • 2
    • 2
  • p

    patrick

    01/12/2018, 10:20 AM
    Has anyone ever managed to fix the “No CONNECT permissions” error? https://www.graph.cool/forum/t/stuck-with-connect-permissions/665/14
    f
    • 2
    • 5
  • k

    KTITS-Kevin

    01/12/2018, 10:25 AM
    Is the Improved API for nested mutations (https://github.com/graphcool/graphcool/issues/1280) implemented in the RC1? It should existing since beta1!? I want to upsert (create new/update existing) the relation. But in my Playground i have only the options connect or created inside the nested object
  • e

    ericsonluciano

    01/12/2018, 12:44 PM
    any good resources with local i already have a docker but i always got a error with public cluster
  • h

    huv1k

    01/12/2018, 12:56 PM
    What is best way to handle connecting to nodes when i can have id or not? I come up with this:
    Copy code
    thumbnail: thumbnailId ? {
      connect: {
        id: thumbnailId
      }
    } : null
  • l

    lkbr

    01/12/2018, 1:13 PM
    Any ideas how to solve this? Or is anyone else experiencing this? 90% of our pages are not getting rendered by Google because of the recent degraded API performance. API performance seems to be better now, but fetch as Google bot is still timing out requests to graph.cool.
  • g

    Gerd Maier

    01/12/2018, 1:29 PM
    I study https://blog.graph.cool/getting-started-with-relay-modern-46f8de6bd6ec . on 3. Displaying all Posts: I had install all modules and copy all sources to my instagram folder, like in articel describe. But after yarn start I got an error: Failed to compile. ./src/index.js Module build failed: ReferenceError: Unknown plugin "relay" specified in "/Users/gerd/instagram/package.json" at 0, attempted to resolve relative to "/Users/gerd/instagram" at Array.map (native) On google I found no answer! Any help?
  • g

    Gerd Maier

    01/12/2018, 1:31 PM
    I use Graphcool Framework not old graphcool in the examples as suggested
  • g

    Gerd Maier

    01/12/2018, 1:53 PM
    I forgot: yarn add babel-plugin-relay --dev
  • l

    logan

    01/12/2018, 1:55 PM
    anyone have an example of using
    @migrationValue(value: <x>)
    with v1?
1...505506507...637Latest