Skip to content

Allow service metadata on interfaces #691

@bterlson

Description

@bterlson

I think the following structure is reasonable for an application which has multiple components:

model Foo { }
@serviceName("foo")
interface MyService {
  @post op create(foo: Foo): Foo;
}

Metadata

Metadata

Assignees

Labels

design:neededA design request has been raised that needs a proposal

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions