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

    donedgardo

    01/23/2018, 7:26 PM
    https://www.graph.cool/forum/t/graphcool-framework-deploy-local-error/2283
    👍 1
  • m

    Michael

    01/23/2018, 7:45 PM
    Hi I am new to graphcool....how do I represent object fields in the Types File? Do I use the JSON field type? and if so..how?
  • m

    Michael

    01/23/2018, 7:47 PM
    for example an address field! In Graphql I could use an interface of Address then declare my address of Address type.....how do I do that in Graphcool Types file?
    j
    • 2
    • 16
  • m

    max

    01/23/2018, 8:24 PM
    does any one know if the next iteration of graphcool-framework will be serverless or more like graphql-yoga + prisma?
    j
    • 2
    • 11
  • v

    vacom

    01/23/2018, 9:17 PM
    Hey Guys, how can i filter like this to get matches ID and still get the one does not match?
  • v

    vacom

    01/23/2018, 9:17 PM
    competences_some: { interest: { id_in: ["cjbjiovig0e320147qsopy1nz", "cjbjiqjfm0eg00162c10cgkba"] } }
  • v

    vacom

    01/23/2018, 9:21 PM
    need this to create a order
  • a

    adam

    01/23/2018, 9:40 PM
    hey Guys I'm playing with example from documentation:
    Copy code
    type Tweet {
      id: ID! @unique
      createdAt: DateTime!
      text: String!
      owner: User!
      location: Location!
    }
     
    type User {
      id: ID! @unique
      createdAt: DateTime!
      updatedAt: DateTime!
      handle: String! @unique
      name: String
      tweets: [Tweet!]!
    }
     
    type Location {
      latitude: Float!
      longitude: Float!
    }
    and I'm having some issue. When I update user location few times (via
    location > create
    mutation as there is no other way), and then I query for
    locations
    I'm having many
    location
    zombie data rows and it's not possible to remove them. Is that issue or I'm doing something wrong?
    h
    • 2
    • 26
  • j

    johhansantana

    01/23/2018, 9:47 PM
    does graphcool-framework has a request timeout when calling custom resolvers
  • m

    matty

    01/23/2018, 10:25 PM
    Any further updates to the function deployments? We've been blocked on this for days now, with no new information
  • m

    matty

    01/23/2018, 10:26 PM
    The status.graph.cool page is still relaying the same information it was since Jan 19th
    👍 2
  • k

    Kristof Dombi

    01/23/2018, 10:57 PM
    Hello everyone 👋! I’m a junior frontend developer, currently getting familiar with Graphql. That’s how I got here. :)
    👋 6
  • c

    cmtoomey

    01/24/2018, 12:04 AM
    Has anyone looked into, or had any success with using Prisma against a local MySQL DB?
  • c

    cmtoomey

    01/24/2018, 12:05 AM
    I'm researching for a demo, and being able to have Prisma's features against our demo DB (rather than one provided by the service) would be amazing
  • c

    cmtoomey

    01/24/2018, 12:08 AM
    I saw in previous comments that it is being worked on - even if it was in a separate branch, I'd totally be up for using/testing it...if it existed
    n
    • 2
    • 1
  • j

    jweite

    01/24/2018, 12:53 AM
    Hi folks, anybody know if there's support for orderBy using multiple fields (like in SQL's orderBy)? ie, orderBy: [lastName_ASC, firstName_ASC]...
  • l

    lastmjs

    01/24/2018, 4:30 AM
    Do functions in the graphcool-framework allow for TypeScript and ES modules? I keep receiving an error "async is not defined" when running my function. The function seems to execute correctly, but returns the error. I'm wondering if there is some TypeScript configuration error on Graphcool's side
    m
    • 2
    • 4
  • v

    varun

    01/24/2018, 5:57 AM
    hi all how to create authentication with email-and -apollo
  • a

    Ar4ics

    01/24/2018, 5:57 AM
    Hi! How to add wss endpoint to prisma service?
  • v

    varun

    01/24/2018, 5:58 AM
    Hi! how to create authentication with email-and -apollo
    m
    • 2
    • 2
  • n

    Nick Luger

    01/24/2018, 6:17 AM
    "Deploying Function is currently not possible"... For how long? We can't deploy anymore. Should we switch to local development in the meantime? How long is this going to take (estimation)? Thank you!
    👍 4
    n
    • 2
    • 1
  • v

    varun

    01/24/2018, 6:34 AM
    if possible any example link share with me
  • p

    phil

    01/24/2018, 8:59 AM
    Does Prisma do query-batching when you have a whole string of resolver firing off requests to the
    prisma-binding
    endpoint?
  • m

    miho

    01/24/2018, 9:08 AM
    software.amazon.awssdk.services.lambda.model.CodeStorageExceededException: Code storage limit exceeded.
    👍 1
    r
    m
    n
    • 4
    • 8
  • d

    Daniel Min

    01/24/2018, 9:13 AM
    anyone here knows how to build prisma cluster server image correctly? there's no doc about it.. 😢
  • m

    max

    01/24/2018, 9:38 AM
    does anyone know how to specify the returned variable when you use prisma ctx to make a mutation/query?
    const accountActivationCode = await ctx.db.mutation.createAccountActivationCode({ data })
  • g

    Goutham

    01/24/2018, 9:48 AM
    Global ✖️ software.amazon.awssdk.services.lambda.model.CodeStorageExceededException: Code storage limit exceeded. (Service: null; Status Code: 400; Error Code: CodeStorageExceededException; Request ID: da3edc96-00ea-11e8-9bd3-15709a29562d)
    n
    • 2
    • 2
  • g

    Goutham

    01/24/2018, 9:48 AM
    Can any one tell why this above issue is occuring
  • m

    Max Hodges

    01/24/2018, 9:51 AM
    @sorenbs search in graph cool docs doesn’t seem to work. I search for
    id
    cuid
    example
    I get no results, but i see these terms in the text.
    n
    • 2
    • 2
  • m

    Max Hodges

    01/24/2018, 9:51 AM
1...538539540...637Latest