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

    ericwooley

    04/15/2017, 11:39 PM
    Where would I give beta feedback? The custom rule permissions are awesome so far, just a few small suggestions (probably things you have already thought of)
    n
    • 2
    • 1
  • j

    jangerhofer

    04/16/2017, 3:02 AM
    Howdy, @artyom? Thanks for the warm welcome!
    🙌 1
  • p

    phil

    04/16/2017, 4:15 AM
    Hey, does modelling graph.cool as an event store make any kind of sense? Or is that just wrong headed.
    s
    • 2
    • 1
  • p

    phil

    04/16/2017, 7:21 AM
    With
    graphql-up
    where are those projects deployed? Are the associated with an account? Or are they just “open” disconnected end-points?
    s
    • 2
    • 1
  • p

    phil

    04/16/2017, 7:22 AM
    ------- Is there any way to merge several GraphQL schemas (and graph.cool instances) into a single API end-point?
  • p

    phil

    04/16/2017, 7:23 AM
    ie. a number of different “micro”-graphql-services that looks like one queryable end-point?
    s
    • 2
    • 2
  • p

    phil

    04/16/2017, 7:27 AM
    ------- With
    graphql-up
    I’m wanting to use this for CI. Is there a way to run the
    up
    command and get back the API endpoint URL (simple) cleanly without the rest of the output visual noise, so I can pipe it to the next step of the CI?
    s
    n
    • 3
    • 2
  • p

    phil

    04/16/2017, 7:28 AM
    ------
  • p

    phil

    04/16/2017, 7:28 AM
    With
    graph-up
    is there a way to tear down a deployment once I’m done with it?
  • a

    artyom

    04/16/2017, 11:01 AM
    hey, everyone, and welcome to graphcool @ajdeleon @oiojin831 @vikramrana @pascalo @arshtov @wolfgio @firstdoit ! Enjoy your Sunday 🌞
    👋 1
  • w

    wolfgio

    04/16/2017, 11:21 AM
    @artyom thanks for the welcome bro !
    🙌 1
  • p

    picosam

    04/16/2017, 4:39 PM
    Hello, I cannot find an example of using Graph.cool with Angular+Apollo/Auth0 -- does it exist?
  • k

    komondor

    04/16/2017, 5:56 PM
    hi. I am getting permission issue in the graph.cool console. When I try to view the “User data”, I receive a bunch of “insuffisant permission” warning. It doesn’t allow me view the existing user neither. So, I changed the permission rules for “User” to everyone and it allowed me to access the data. Meaning that the console doesn’t recognize me as the administrator. Any idea how to fix this ?
  • j

    jshort

    04/16/2017, 6:00 PM
    @komondor yeah, I am getting the same thing.
  • s

    sorenbs

    04/16/2017, 6:01 PM
    Hi @komondor and @jshort I am currently looking into this. This only affects the console.
  • j

    jshort

    04/16/2017, 6:01 PM
    👍
  • k

    komondor

    04/16/2017, 6:01 PM
    ok cool !
  • m

    martin

    04/16/2017, 6:10 PM
    Oh-oh.
    error
    , cannot access the console again (“insufficient permissions”).
    Copy code
    Object$searchBase: Objectaction: "REPLACE"hash: ""key: "33vza3"pathname: "/LifePurposeApp/schema"query: Objectsearch: ""state: null__proto__: Object
    <http://2nib2v8z803.execute-api.eu-west-1.amazonaws.com/Prod|2nib2v8z803.execute-api.eu-west-1.amazonaws.com/Prod> Failed to load resource: the server responded with a status of 502 (Bad Gateway)
    schema:1 Fetch API cannot load <https://nib2v8z803.execute-api.eu-west-1.amazonaws.com/Prod>. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '<https://console.graph.cool>' is therefore not allowed access. The response had HTTP status code 502. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
    n
    • 2
    • 2
  • n

    nilan

    04/16/2017, 7:30 PM
    Thanks for your patience @jshort @komondor and @martin, you can now use the Console again 🙂
    👏🏽 1
    m
    • 2
    • 2
  • a

    artyom

    04/16/2017, 11:34 PM
    @tkhemani @hasandem @azonsn @ruberoid7 @voicecode hello all! Welcome to graphcool 👋
    👍 1
  • r

    raza

    04/17/2017, 1:22 AM
    Any advance level tutorial for Graph-Cool
    n
    • 2
    • 1
  • f

    fwd247

    04/17/2017, 1:26 AM
    What is the best way to create a schema with a self referencing type? For example, say I have a "category" type that can have 0:M subcategories. I could create several different types (one for each potential level) or the category type could reference itself with a "ParentType" field. As I am new to graphql and the Apollo client, I am sure there are considerations not just for the storage/schema but also for data retrieval and writes. Was hoping that the experts could provide some experiential best practices.
  • d

    datwheat

    04/17/2017, 2:40 AM
    So i'm trying to use graphcool with apollo-android, and i'm getting a host not found error. is the following code wrong in any way?
  • d

    datwheat

    04/17/2017, 2:41 AM
    Application.java
  • d

    datwheat

    04/17/2017, 2:41 AM
    Activity.java
  • d

    datwheat

    04/17/2017, 2:42 AM
    java.net.UnknownHostException: Unable to resolve host "api.graph.cool": No address associated with hostname
    n
    • 2
    • 10
  • s

    sibelius

    04/17/2017, 3:12 AM
  • c

    chandu0101

    04/17/2017, 3:52 AM
    Hi i am importing some data to graphcool , after 12k records inserted i realized that i did one mistake 😛, is there any option to delete all records ? , form GraphCool console databrowser , global id check box field is not working if i load/scroll for more than 500 records :s
    n
    • 2
    • 3
  • c

    chandu0101

    04/17/2017, 5:11 AM
    ok key is to scroll slow .
  • m

    markgandy

    04/17/2017, 7:04 AM
    Hi All, I'm new to graphql and this is probably more of a general graphql question, but I'm trying to figure out how to do a more advanced sort order when querying data. I'd like to order my results (that each have a lat lng location), based on how closes they are to lat lng coordinates that are passed in to the query. I'm guessing there is no way graph.cool would be smart enough to do logic like this? Do I need to fetch the entire data set and the do the sort? If anyone could point me to example of something like this that would be great! Thanks!
    👍 1
    n
    • 2
    • 3
1...155156157...637Latest