This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## DEFINE DIT ROOT/BASE/SUFFIX #### | |
## uses RFC 2377 format | |
## replace example and com as necessary below | |
## or for experimentation leave as is | |
## dcObject is an AUXILLIARY objectclass and MUST | |
## have a STRUCTURAL objectclass (organization in this case) | |
# this is an ENTRY sequence and is preceded by a BLANK line | |
dn: dc=example,dc=com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Hotel { | |
id: ID! | |
# Hotel name | |
name: String! | |
# Hotel address | |
address: String! | |
# Date of the hotel registry creation | |
creationDate: String! | |
# List of rooms for a particular hotel | |
room: [Room]! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HELP.md | |
target/ | |
!.mvn/wrapper/maven-wrapper.jar | |
!**/src/main/** | |
!**/src/test/** | |
### STS ### | |
.apt_generated | |
.classpath | |
.factorypath |