Skip to content

Feature Request - Select statement for mutations on one to one relationships #3

@Azerothian

Description

@Azerothian

under model mutations the belongTo relationship CRUD field needs a record selector instead of just Create/Update/Delete

mutation createModel {
  models {
    modelName(create:[{ 
      modelName: {
        create: {
            belongsTo: {
              select:{
                {Where Ovj}
              }
            }
          }
        }
    }]) {
      id
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions