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

    aloof_ruf

    11/27/2017, 4:25 PM
    Quick question: is there anyway to specify multiple
    types
    files in
    graphcool.yml
    ? Right now I know you can do something like this:
    Copy code
    yaml
    ...
    types: types.graphql
    ...
    But can you do something like this:
    Copy code
    yaml
    ...
    types: 
        - types.graphql
        - types2.graphql
    ...
    and it will simply append them?
    a
    • 2
    • 1
  • j

    Jeremy

    11/27/2017, 5:08 PM
    in pricing you have "max connections" defined
  • j

    Jeremy

    11/27/2017, 5:08 PM
    what does that refer to?
  • e

    ed

    11/27/2017, 5:21 PM
    guys I posted this in the forum, if anyone can help me I would be very thankful
  • e

    ed

    11/27/2017, 5:21 PM
    https://www.graph.cool/forum/t/relations-clarification/1727
    p
    • 2
    • 1
  • p

    panzupa

    11/27/2017, 6:06 PM
    Good evening
  • p

    panzupa

    11/27/2017, 6:10 PM
    I need help on simple query. Let say I've got two connected types
    Customer
    and
    Address
    . One customer has one address to make things simpler. Among other properties
    Address
    type has
    City
    field (string). Now when I'm executing
    allCustomers
    query can I somehow sort (
    orderBy
    ) by
    City
    value?
    i
    • 2
    • 2
  • p

    panzupa

    11/27/2017, 6:22 PM
    unfortunately not https://github.com/graphcool/framework/issues/95
  • s

    schickling

    11/27/2017, 7:08 PM
    Hi everyone! Very curious to hear your thoughts: https://twitter.com/graphcool/status/935223439299895296
    šŸ‘ 1
  • j

    Jeremy

    11/27/2017, 7:10 PM
    quick question if anyone knows, what is/is there a max payload size for what can be returned from a query? I came across something about an 1000 node limit for a response but I am more wondering if there is a byte size limit for responses as I am dealing with very large pieces of data
  • a

    aloof_ruf

    11/27/2017, 8:34 PM
    Anyone here knowledgeable on the Graphcool backend? I'm wondering how "independent" each of the
    backend-*
    projects are in the
    server
    directory. For example, would it be a straight forward task (assuming you know Scala) to move
    backend-api-fileupload
    or
    backend-api-subscriptions-websocket
    to their own server so that they can scale independently of the other backend projects?
  • a

    aloof_ruf

    11/27/2017, 8:35 PM
    My assumption right now is that they are all running together in a single environment
  • e

    elmir

    11/27/2017, 9:13 PM
    Does anyone have a good way of debugging these? None of my console.logs show up šŸ˜ž
  • c

    coberhofer

    11/27/2017, 10:27 PM
    Hello GC community šŸ‘‹ I was wondering if anyone knows how to set the timeout on managed functions. As described in the docs (https://www.graph.cool/docs/reference/functions/runtime-environment-lah7reidae), managed functions have a fixed timeout set to 15s. In most cases this is sufficient, but sometimes calling a 3rd party API might take even longer than that. What other options do I have other than creating my functions as a webhook outside of GC where I can control the timeout (less than ideal)?
  • u

    user

    11/27/2017, 11:27 PM
    @iamclaytonray commented on @elmir’s file

    https://prisma.slack.com/files/U7YVBDZ1N/F8663GYKW/screen_shot_2017-11-27_at_4.11.15_pm.pngā–¾

    :
    gc logs --target local --tail
  • t

    tfiwm

    11/27/2017, 11:42 PM
    Are there any problems with the databases at graph.cool cloud at the moment?
    • 1
    • 1
  • t

    tfiwm

    11/27/2017, 11:42 PM
    i have crazy permission problems
  • t

    tfiwm

    11/27/2017, 11:42 PM
    but didn’t touched anything
  • s

    sbornia

    11/27/2017, 11:50 PM
    I’m missing the ā€œPermission query tabā€ on my Playground, is anyone else experiencing this? According to the docs it should be there…. https://www.graph.cool/docs/reference/auth/authorization/permission-queries-iox3aqu0ee/#opening-a-new-permission-query-tab @nilan maybe I’m missing something? I’m using Playground version 1.2.0
  • k

    Kevin Grandon

    11/28/2017, 12:01 AM
    I see it in the web UI, but not when I download the app. I have not been able to test permissions queries at all =[
    n
    • 2
    • 5
  • a

    allpwrfulroot

    11/28/2017, 12:50 AM
    Updated my open source demo app, using graphQL to manage state! No more redux!! Just uncomment in apollo.js and add your own Graph.cool backend: https://github.com/allpwrfulroot/yaba-social
  • l

    Lam Kieu

    11/28/2017, 1:53 AM
    Is database structure effect the performace? https://www.graph.cool/forum/t/question-about-database-structure-and-performace/1719
  • j

    Jeremy

    11/28/2017, 2:06 AM
    Hi, how do I add dependencies when I need them in a function?
    i
    • 2
    • 4
  • j

    jeff

    11/28/2017, 2:59 AM
    Is anyone here knowledgable and open to some consulting work on Chromeless?
  • z

    zcaudate

    11/28/2017, 6:20 AM
    is there a types feature in graph.cool like that in scaphold?
  • p

    Puneet Bhandari

    11/28/2017, 7:10 AM
    Hi i am new in graphcool, and using its test example
  • p

    Puneet Bhandari

    11/28/2017, 7:11 AM
    Now how can i get endpoint of test schema created using graphcool?
    i
    • 2
    • 1
  • p

    Puneet Bhandari

    11/28/2017, 7:11 AM
    Please help
  • o

    Onwuzulike Emeka

    11/28/2017, 7:46 AM
    With Email/Password integration enabled I'm following thus guide https://www.graph.cool/docs/tutorials/react-apollo-email-oopheesaj9/18 and getting Apollo error ''' Uncaught (in promise) Error: GraphQL error: Unknown argument 'authProvider' on field 'createUser' of type 'Mutation'. createUser(authProvider: {email: {email: $email, password: $password}}) { ''' Had anyone similar issues?
  • l

    Lam Kieu

    11/28/2017, 8:22 AM
    I want to query view count of Post model on date range (7 days, 30 days, etc). Is there anyway to do it?
1...449450451...637Latest