Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed heading formating
  • Loading branch information
helipilot50 authored Aug 21, 2017
1 parent 95be6f3 commit d4f2466
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Generation

**Disclaimer:** Neither StarUML nor this generator can enforce the limitations governed by the GraphQL expression language. It is of your responsibility to create data structures that will comply with the GraphQL specifications.

###GraphQL IDL Notation
### GraphQL IDL Notation

Let's start with the basics.

Expand Down Expand Up @@ -78,7 +78,7 @@ type DirectiveClass {
```


###Scalars & Enums
### Scalars & Enums

Scalars and Enumerations are supported by StarUML's native _Primitive_ and _Enumeration_ types. Please ensure you use these native StarUML types in order to generate the expected artifacts.

Expand All @@ -96,7 +96,7 @@ enum Enumeration1 {
```


###Union types
### Union types

Union types are defined by using _Dependencies_. Typically Unions do not carry any attributes or relations. The generator will warn when it encounters such structure.

Expand All @@ -121,7 +121,7 @@ union AnimalUnionType = Cat | Dog
# WARNING: Attributes on union types is not GraphQL compliant, ignoring.
```

###Associations, Aggregation & Composition
### Associations, Aggregation & Composition

Important facts, associations are:

Expand Down Expand Up @@ -189,7 +189,7 @@ type Component {
}
```

###Class and Interface hierarchies
### Class and Interface hierarchies

Unlike GraphQL syntax, there is no need to repeat the attribute definition across the hierarchy. The generator takes care of it, Neat!

Expand Down Expand Up @@ -499,4 +499,4 @@ I believe in open source as a way to drive innovations and share knowledge, this

Thank you

Licensed under GPLv3
Licensed under GPLv3

0 comments on commit d4f2466

Please sign in to comment.