Skip to content

Crear el API en Amplify #3

@gustavovalverde

Description

@gustavovalverde

Estructuctura de ejemplo:

type Profile @model {
  id: ID!
  name: String
  username: String!
  summary: String
  roles: [Role]
  skills: [String]
  languages: [Language]
  image: Image
  social_networks: [String]
}

type Language {
  id: ID!
  name: String!
}

type Role {
  id: ID!
  name: String!
}

type Image @model {
  id: ID!
  url: String!
  location: String!
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions