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

    user

    10/27/2017, 1:37 PM
    @agartha commented on @yolen’s file

    https://prisma.slack.com/files/U5Q11JKA5/F7S3425AB/pasted_image_at_2017_10_27_03_07_pm.png▾

    : @eruby That's exactly how it already looks (except for the alias, which is unrelated to permissions)...
  • u

    user

    10/27/2017, 1:38 PM
    @eruby commented on @yolen’s file

    https://prisma.slack.com/files/U5Q11JKA5/F7S3425AB/pasted_image_at_2017_10_27_03_07_pm.png▾

    : I was unfamiliar with the alias concept sadparrot
  • w

    wesbos

    10/27/2017, 2:02 PM
    hi hi - so with the new CLI tooling, it means we abandon all the UI on graph.cool if we choose to use it?
    a
    k
    +2
    • 5
    • 37
  • w

    wesbos

    10/27/2017, 2:31 PM
    Ohh we can now use async+await too?
    a
    n
    • 3
    • 2
  • b

    Briggs

    10/27/2017, 2:56 PM
    been stuck here all night any ideas?
    Copy code
    graphcool local up
    Running local Graphcool cluster at <http://localhost:60000>
    Running local FaaS runtime at <http://localhost:60050>
    This may take several minutes
    $ docker-compose up -d --remove-orphans
    
    docker   Creating local_localfaas_1 ...
    docker   Creating local_graphcool-rabbit-host_1 ...
    docker   Creating local_graphcool-rabbit-host_1
    docker   Creating local_graphcool-db_1 ...
    docker   Creating local_graphcool-db_1
    Creating local_graphcool-rabbit-host_1 ... done
    Creating local_graphcool-db_1 ... done
    Creating local_localfaas_1 ... done
    docker   
    docker   Creating local_graphcool_1 ...
    Creating local_graphcool_1 ... done
    docker   
    
    Waiting for Graphcool to initialize. This can take several minutes... ⣟
    a
    d
    n
    • 4
    • 11
  • b

    Briggs

    10/27/2017, 3:04 PM
    grpahCoolError.rtf
  • p

    patrick_madx

    10/27/2017, 3:20 PM
    Hi! Is the website down? : https://www.graph.cool/docs/reference/relay-api/deleting-nodes-oojie3ooje/
    m
    b
    • 3
    • 3
  • p

    patrick_madx

    10/27/2017, 3:21 PM
  • m

    Michael Jones

    10/27/2017, 3:28 PM
    Is the
    user
    query that grabs data on the user passed in the header going to be deprecated for CLI projects?
    a
    t
    • 3
    • 5
  • w

    wesbos

    10/27/2017, 4:00 PM
    What about integrations with the new CLI only framework? What are they switched over to? Schema Extensions?
    m
    • 2
    • 1
  • w

    wesbos

    10/27/2017, 4:01 PM
    I’m trying to migrate my Auth0 integration
  • m

    matic

    10/27/2017, 4:04 PM
    Hi guys! Is there a way to use server values? (for example
    $now
    , which is provided by
    graphcool
    and even by the
    apollo-dev-tools
    , but using it like this inputs
    null
    by default)
    Copy code
    query LatestRequests ($now: DateTime) {
      allRequests(orderBy: createdAt_DESC, filter: {
        documents_none: {
          createdAt_lt: $now
        }
      }) {
        objectID: id
        description
        createdAt
        author {
          name
          photo
          school {
            id
            name
          }
        }
      }
    }
    • 1
    • 1
  • w

    wesbos

    10/27/2017, 4:10 PM
    what happened to this? https://github.com/graphcool/modules
    a
    s
    +2
    • 5
    • 25
  • k

    katopz

    10/27/2017, 4:32 PM
    every examples at https://www.graph.cool/docs/reference/graphql-api/subscription-api-aip7oojeiv#overview always return
    Copy code
    {
      "data": {
        "Post": null
      }
    }
    is this expected?
    a
    • 2
    • 15
  • i

    Ian

    10/27/2017, 4:49 PM
    Hi. I'm a bit confused as to the pricing. Is it $9 p/m for the first tier or $35 p/m?
    n
    • 2
    • 1
  • a

    amann

    10/27/2017, 5:36 PM
    when will the new graphcool cloud console go live?
  • b

    bengie

    10/27/2017, 5:43 PM
    Hey all, I just started playing around with graphcool’s framework. I got it running on my local machine.
    👍 1
  • b

    bengie

    10/27/2017, 5:44 PM
    I wanted to inspect the database, and I figured I’d share the command in case anyone else want to do the same!
  • b

    bengie

    10/27/2017, 5:44 PM
    docker run -it --link local_graphcool-db_1:mysql --net local_graphcool --rm mysql sh -c 'exec mysql -h graphcool-db -uroot -pgraphcool'
  • b

    bengie

    10/27/2017, 5:44 PM
    This should give you access to the mysql cli
  • f

    Faultless

    10/27/2017, 5:44 PM
    Thanks for that
  • b

    bengie

    10/27/2017, 5:45 PM
    interesting to see whats going on under the hood
  • b

    bengie

    10/27/2017, 5:45 PM
    Do you know of any way to log the actual queries being executed?
  • i

    Ian

    10/27/2017, 5:54 PM
    So Graphcool has now changed from a BaaS to more of a framework?
    n
    • 2
    • 1
  • i

    Ian

    10/27/2017, 5:54 PM
    And it can be hosted or self-hosted?
    n
    • 2
    • 1
  • i

    Ian

    10/27/2017, 5:55 PM
    And you need Docker setup and can only use MySQL?
    n
    • 2
    • 1
  • i

    Ian

    10/27/2017, 5:56 PM
    And the first tier price has gone up 4 fold from $9 pm to $35?
    n
    • 2
    • 1
  • i

    Ian

    10/27/2017, 5:56 PM
    It doesn't sound so great anymore
  • i

    Ian

    10/27/2017, 5:56 PM
    I'm sure I must be misunderstanding something(?)
  • j

    jhony0311

    10/27/2017, 5:57 PM
    Sure thing
1...398399400...637Latest