HOPEX - SDL Schema - Data

GET {{server_url}}/HOPEXGraphQL/api/Data/sdl

This endpoint allows you to download a file of the GraphQL schema publishedL. This SDL can be used in developers tool to ease the writing of GraphQL queries, for instance in Qodex.

HEADERS

KeyDatatypeRequiredDescription
x-hopex-environment-idstring
x-hopex-repository-idstring
x-hopex-profile-idstring

RESPONSES

status: OK

"# Define hopex format to use when getting property.\r\ndirective @format(\r\n  name: String!\r\n) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT\r\n\r\ninput _InputCollectionAction {\r\n  action: _InputCollectionActionEnum!\r\n  list: [_MutationListElement!]\r\n}\r\n\r\nenum _InputCollectionActionEnum {\r\n  ADD\r\n  REMOVE\r\n  REPLACE_ALL\r\n}\r\n\r\ninput _MutationListElement {\r\n  id: String!\r\n}\r\n\r\nenum AbstraiteEnumFilter {\r\n  No\r\n  Yes\r\n}\r\n\r\nenum AffichagedurlemtierEnumFilter {\r\n  Always\r\n  Ifnotincludedinanotherbusinessrole\r\n}\r\n\r\ntype Assignationderesponsabilit {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  nomdelaresponsabilitassigne: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  personneSystme_Personneassigne(filter: filterPersonneSystme, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n  rlemtier(filter: filterRlemtier, orderBy: [orderByRlemtier]): [Rlemtier]\r\n  concepttype_Objetassign(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  dictionnairemtier_Objetassign(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  concept_Objetassign(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  basededonnes_Objetassign(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  entitMD_Objetassign(filter: filterEntitMD, orderBy: [orderByEntitMD]): [EntitMD]\r\n  rglededfinitiondeconcept_Objetassign(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  domainedinformationmtier_Objetassign(filter: filterDomainedinformationmtier, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n  paquetage_Objetassign(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n  conceptdtat_Objetassign(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  classe_Objetassign(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  typededonnes_Objetassign(filter: filterTypededonnes, orderBy: [orderByTypededonnes]): [Typededonnes]\r\n  conceptvnement_Objetassign(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  modlededonnes_Objetassign(filter: filterModlededonnes, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  vuephysique_Objetassign(filter: filterVuephysique, orderBy: [orderByVuephysique]): [Vuephysique]\r\n  table_Objetassign(filter: filterTable, orderBy: [orderByTable]): [Table]\r\n  cartedesinformationsmtier_Objetassign(filter: filterCartedesinformationsmtier, orderBy: [orderByCartedesinformationsmtier]): [Cartedesinformationsmtier]\r\n}\r\n\r\n# Une association est une relation existant entre deux classes.\r\ntype Association {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  uMLNomdassociation: String\r\n  persistante: AssociationPersistanteEnum\r\n  associationdrive: AssociationAssociationdriveEnum\r\n  nomSql: String\r\n  associationMetaClassIdAbs: String\r\n  typedassociation: AssociationTypedassociationEnum\r\n  correspondancepotentielle: AssociationCorrespondancepotentielleEnum\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  attribut(filter: filterAttribut, orderBy: [orderByAttribut]): [Attribut]\r\n  concept_Conceptapparent_RledelAssociation_Connexion(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  classe_Classe_RledelAssociation_Connexion(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  concept_Concept_RledelAssociation_Connexion(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\nenum AssociationAssociationdriveEnum {\r\n  No\r\n  Derived\r\n  Union\r\n}\r\n\r\nenum AssociationCorrespondancepotentielleEnum {\r\n  Table\r\n  Foreignkeys\r\n}\r\n\r\nenum AssociationdriveEnumFilter {\r\n  No\r\n  Derived\r\n  Union\r\n}\r\n\r\ninput AssociationFilter {\r\n  and: [AssociationFilter!]\r\n  or: [AssociationFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  uMLNomdassociation: String\r\n  uMLNomdassociation_not: String\r\n  uMLNomdassociation_in: [String!]\r\n  uMLNomdassociation_not_in: [String!]\r\n  uMLNomdassociation_lt: String\r\n  uMLNomdassociation_lte: String\r\n  uMLNomdassociation_gt: String\r\n  uMLNomdassociation_gte: String\r\n  uMLNomdassociation_contains: String\r\n  uMLNomdassociation_not_contains: String\r\n  uMLNomdassociation_starts_with: String\r\n  uMLNomdassociation_not_starts_with: String\r\n  uMLNomdassociation_ends_with: String\r\n  uMLNomdassociation_not_ends_with: String\r\n  persistante: AssociationPersistanteEnum\r\n  persistante_not: AssociationPersistanteEnum\r\n  persistante_in: [AssociationPersistanteEnum!]\r\n  persistante_not_in: [AssociationPersistanteEnum!]\r\n  associationdrive: AssociationAssociationdriveEnum\r\n  associationdrive_not: AssociationAssociationdriveEnum\r\n  associationdrive_in: [AssociationAssociationdriveEnum!]\r\n  associationdrive_not_in: [AssociationAssociationdriveEnum!]\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String!]\r\n  nomSql_not_in: [String!]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  associationMetaClassIdAbs: String\r\n  associationMetaClassIdAbs_not: String\r\n  associationMetaClassIdAbs_in: [String!]\r\n  associationMetaClassIdAbs_not_in: [String!]\r\n  associationMetaClassIdAbs_lt: String\r\n  associationMetaClassIdAbs_lte: String\r\n  associationMetaClassIdAbs_gt: String\r\n  associationMetaClassIdAbs_gte: String\r\n  associationMetaClassIdAbs_contains: String\r\n  associationMetaClassIdAbs_not_contains: String\r\n  associationMetaClassIdAbs_starts_with: String\r\n  associationMetaClassIdAbs_not_starts_with: String\r\n  associationMetaClassIdAbs_ends_with: String\r\n  associationMetaClassIdAbs_not_ends_with: String\r\n  typedassociation: AssociationTypedassociationEnum\r\n  typedassociation_not: AssociationTypedassociationEnum\r\n  typedassociation_in: [AssociationTypedassociationEnum!]\r\n  typedassociation_not_in: [AssociationTypedassociationEnum!]\r\n  correspondancepotentielle: AssociationCorrespondancepotentielleEnum\r\n  correspondancepotentielle_not: AssociationCorrespondancepotentielleEnum\r\n  correspondancepotentielle_in: [AssociationCorrespondancepotentielleEnum!]\r\n  correspondancepotentielle_not_in: [AssociationCorrespondancepotentielleEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [AssociationFilter!]\r\n  documentmtier_Documentrfrenc_some: [AssociationFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [AssociationFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [AssociationFilter!]\r\n  concept_Conceptapparent_some: [AssociationFilter!]\r\n  attribut_some: [AssociationFilter!]\r\n  concept_Conceptapparent_RledelAssociation_Connexion_some: [AssociationFilter!]\r\n  classe_Classe_RledelAssociation_Connexion_some: [AssociationFilter!]\r\n  concept_Concept_RledelAssociation_Connexion_some: [AssociationFilter!]\r\n  concept_some: [AssociationFilter!]\r\n}\r\n\r\n# Une association est une relation entre deux ou plusieurs entit?s. Elle peut\r\n# comporter des attributs qui caract?risent l association entre ces entit?s.\r\ntype AssociationMD {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  uMLNomdassociation: String\r\n  associationdrive: AssociationMDAssociationdriveEnum\r\n  typedassociation: AssociationMDTypedassociationEnum\r\n  nomSql: String\r\n  correspondancepotentielle: AssociationMDCorrespondancepotentielleEnum\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  rledelAssociationMD(filter: filterRledelAssociationMD, orderBy: [orderByRledelAssociationMD]): [RledelAssociationMD]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\nenum AssociationMDAssociationdriveEnum {\r\n  No\r\n  Derived\r\n  Union\r\n}\r\n\r\nenum AssociationMDCorrespondancepotentielleEnum {\r\n  Table\r\n  Foreignkeys\r\n}\r\n\r\ninput AssociationMDFilter {\r\n  and: [AssociationMDFilter!]\r\n  or: [AssociationMDFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  uMLNomdassociation: String\r\n  uMLNomdassociation_not: String\r\n  uMLNomdassociation_in: [String!]\r\n  uMLNomdassociation_not_in: [String!]\r\n  uMLNomdassociation_lt: String\r\n  uMLNomdassociation_lte: String\r\n  uMLNomdassociation_gt: String\r\n  uMLNomdassociation_gte: String\r\n  uMLNomdassociation_contains: String\r\n  uMLNomdassociation_not_contains: String\r\n  uMLNomdassociation_starts_with: String\r\n  uMLNomdassociation_not_starts_with: String\r\n  uMLNomdassociation_ends_with: String\r\n  uMLNomdassociation_not_ends_with: String\r\n  associationdrive: AssociationMDAssociationdriveEnum\r\n  associationdrive_not: AssociationMDAssociationdriveEnum\r\n  associationdrive_in: [AssociationMDAssociationdriveEnum!]\r\n  associationdrive_not_in: [AssociationMDAssociationdriveEnum!]\r\n  typedassociation: AssociationMDTypedassociationEnum\r\n  typedassociation_not: AssociationMDTypedassociationEnum\r\n  typedassociation_in: [AssociationMDTypedassociationEnum!]\r\n  typedassociation_not_in: [AssociationMDTypedassociationEnum!]\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String!]\r\n  nomSql_not_in: [String!]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  correspondancepotentielle: AssociationMDCorrespondancepotentielleEnum\r\n  correspondancepotentielle_not: AssociationMDCorrespondancepotentielleEnum\r\n  correspondancepotentielle_in: [AssociationMDCorrespondancepotentielleEnum!]\r\n  correspondancepotentielle_not_in: [AssociationMDCorrespondancepotentielleEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  concept_Conceptapparent_some: [AssociationMDFilter!]\r\n  rledelAssociationMD_some: [AssociationMDFilter!]\r\n  concept_some: [AssociationMDFilter!]\r\n}\r\n\r\nenum AssociationMDTypedassociationEnum {\r\n  Aggregation\r\n  Composition\r\n}\r\n\r\nenum AssociationPersistanteEnum {\r\n  No\r\n  Yes\r\n}\r\n\r\nenum AssociationTypedassociationEnum {\r\n  Aggregation\r\n  Composition\r\n}\r\n\r\n# Un attribut  est une propri?t? nomm?e d une classe. \r\ntype Attribut {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  statique: AttributStatiqueEnum\r\n  persistante: AttributPersistanteEnum\r\n  nomSql: String\r\n  dcimale: String\r\n  multiplicit: AttributMultiplicitEnum\r\n  longueur: String\r\n  ordonne: AttributOrdonneEnum\r\n  unicit: AttributUnicitEnum\r\n  lectureseule: AttributLectureseuleEnum\r\n  valeurinitiale: String\r\n  uMLAttributeName: String\r\n  identifiantIs: AttributIdentifiantIsEnum\r\n  compos: AttributComposEnum\r\n  typededonnesMD: String\r\n  dataAttributeMetaClassIdAbs: String\r\n  exig: AttributExigEnum\r\n  codeNamePrefix: String\r\n  codeNameSuffix: String\r\n  remplaable: AttributRemplaableEnum\r\n  typeexpression: String\r\n  calcul: AttributCalculEnum\r\n  toutPartie: AttributToutPartieEnum\r\n  implmentationDelphidesaccesseurs: AttributImplmentationDelphidesaccesseursEnum\r\n  delphiAccessor: AttributDelphiAccessorEnum\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  association(filter: filterAssociation, orderBy: [orderByAssociation]): [Association]\r\n  colonne(filter: filterColonne, orderBy: [orderByColonne]): [Colonne]\r\n  classe_Implmentation(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\nenum AttributCalculEnum {\r\n  Union\r\n  No\r\n  Derived\r\n}\r\n\r\nenum AttributComposEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum AttributDelphiAccessorEnum {\r\n  WriteAttribut\r\n  WriteOperation\r\n  ReadAttribute\r\n  ReadOperation\r\n  ReadAttribute_WriteAttribute\r\n  ReadAttribute_WriteOperation\r\n  ReadOperation_WriteAttribute\r\n  ReadOperation_WriteOperation\r\n}\r\n\r\nenum AttributExigEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\ninput AttributFilter {\r\n  and: [AttributFilter!]\r\n  or: [AttributFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  statique: AttributStatiqueEnum\r\n  statique_not: AttributStatiqueEnum\r\n  statique_in: [AttributStatiqueEnum!]\r\n  statique_not_in: [AttributStatiqueEnum!]\r\n  persistante: AttributPersistanteEnum\r\n  persistante_not: AttributPersistanteEnum\r\n  persistante_in: [AttributPersistanteEnum!]\r\n  persistante_not_in: [AttributPersistanteEnum!]\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String!]\r\n  nomSql_not_in: [String!]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  dcimale: String\r\n  dcimale_not: String\r\n  dcimale_in: [String!]\r\n  dcimale_not_in: [String!]\r\n  dcimale_lt: String\r\n  dcimale_lte: String\r\n  dcimale_gt: String\r\n  dcimale_gte: String\r\n  dcimale_contains: String\r\n  dcimale_not_contains: String\r\n  dcimale_starts_with: String\r\n  dcimale_not_starts_with: String\r\n  dcimale_ends_with: String\r\n  dcimale_not_ends_with: String\r\n  multiplicit: AttributMultiplicitEnum\r\n  multiplicit_not: AttributMultiplicitEnum\r\n  multiplicit_in: [AttributMultiplicitEnum!]\r\n  multiplicit_not_in: [AttributMultiplicitEnum!]\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String!]\r\n  longueur_not_in: [String!]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  ordonne: AttributOrdonneEnum\r\n  ordonne_not: AttributOrdonneEnum\r\n  ordonne_in: [AttributOrdonneEnum!]\r\n  ordonne_not_in: [AttributOrdonneEnum!]\r\n  unicit: AttributUnicitEnum\r\n  unicit_not: AttributUnicitEnum\r\n  unicit_in: [AttributUnicitEnum!]\r\n  unicit_not_in: [AttributUnicitEnum!]\r\n  lectureseule: AttributLectureseuleEnum\r\n  lectureseule_not: AttributLectureseuleEnum\r\n  lectureseule_in: [AttributLectureseuleEnum!]\r\n  lectureseule_not_in: [AttributLectureseuleEnum!]\r\n  valeurinitiale: String\r\n  valeurinitiale_not: String\r\n  valeurinitiale_in: [String!]\r\n  valeurinitiale_not_in: [String!]\r\n  valeurinitiale_lt: String\r\n  valeurinitiale_lte: String\r\n  valeurinitiale_gt: String\r\n  valeurinitiale_gte: String\r\n  valeurinitiale_contains: String\r\n  valeurinitiale_not_contains: String\r\n  valeurinitiale_starts_with: String\r\n  valeurinitiale_not_starts_with: String\r\n  valeurinitiale_ends_with: String\r\n  valeurinitiale_not_ends_with: String\r\n  uMLAttributeName: String\r\n  uMLAttributeName_not: String\r\n  uMLAttributeName_in: [String!]\r\n  uMLAttributeName_not_in: [String!]\r\n  uMLAttributeName_lt: String\r\n  uMLAttributeName_lte: String\r\n  uMLAttributeName_gt: String\r\n  uMLAttributeName_gte: String\r\n  uMLAttributeName_contains: String\r\n  uMLAttributeName_not_contains: String\r\n  uMLAttributeName_starts_with: String\r\n  uMLAttributeName_not_starts_with: String\r\n  uMLAttributeName_ends_with: String\r\n  uMLAttributeName_not_ends_with: String\r\n  identifiantIs: AttributIdentifiantIsEnum\r\n  identifiantIs_not: AttributIdentifiantIsEnum\r\n  identifiantIs_in: [AttributIdentifiantIsEnum!]\r\n  identifiantIs_not_in: [AttributIdentifiantIsEnum!]\r\n  compos: AttributComposEnum\r\n  compos_not: AttributComposEnum\r\n  compos_in: [AttributComposEnum!]\r\n  compos_not_in: [AttributComposEnum!]\r\n  typededonnesMD: String\r\n  typededonnesMD_not: String\r\n  typededonnesMD_in: [String!]\r\n  typededonnesMD_not_in: [String!]\r\n  typededonnesMD_lt: String\r\n  typededonnesMD_lte: String\r\n  typededonnesMD_gt: String\r\n  typededonnesMD_gte: String\r\n  typededonnesMD_contains: String\r\n  typededonnesMD_not_contains: String\r\n  typededonnesMD_starts_with: String\r\n  typededonnesMD_not_starts_with: String\r\n  typededonnesMD_ends_with: String\r\n  typededonnesMD_not_ends_with: String\r\n  dataAttributeMetaClassIdAbs: String\r\n  dataAttributeMetaClassIdAbs_not: String\r\n  dataAttributeMetaClassIdAbs_in: [String!]\r\n  dataAttributeMetaClassIdAbs_not_in: [String!]\r\n  dataAttributeMetaClassIdAbs_lt: String\r\n  dataAttributeMetaClassIdAbs_lte: String\r\n  dataAttributeMetaClassIdAbs_gt: String\r\n  dataAttributeMetaClassIdAbs_gte: String\r\n  dataAttributeMetaClassIdAbs_contains: String\r\n  dataAttributeMetaClassIdAbs_not_contains: String\r\n  dataAttributeMetaClassIdAbs_starts_with: String\r\n  dataAttributeMetaClassIdAbs_not_starts_with: String\r\n  dataAttributeMetaClassIdAbs_ends_with: String\r\n  dataAttributeMetaClassIdAbs_not_ends_with: String\r\n  exig: AttributExigEnum\r\n  exig_not: AttributExigEnum\r\n  exig_in: [AttributExigEnum!]\r\n  exig_not_in: [AttributExigEnum!]\r\n  codeNamePrefix: String\r\n  codeNamePrefix_not: String\r\n  codeNamePrefix_in: [String!]\r\n  codeNamePrefix_not_in: [String!]\r\n  codeNamePrefix_lt: String\r\n  codeNamePrefix_lte: String\r\n  codeNamePrefix_gt: String\r\n  codeNamePrefix_gte: String\r\n  codeNamePrefix_contains: String\r\n  codeNamePrefix_not_contains: String\r\n  codeNamePrefix_starts_with: String\r\n  codeNamePrefix_not_starts_with: String\r\n  codeNamePrefix_ends_with: String\r\n  codeNamePrefix_not_ends_with: String\r\n  codeNameSuffix: String\r\n  codeNameSuffix_not: String\r\n  codeNameSuffix_in: [String!]\r\n  codeNameSuffix_not_in: [String!]\r\n  codeNameSuffix_lt: String\r\n  codeNameSuffix_lte: String\r\n  codeNameSuffix_gt: String\r\n  codeNameSuffix_gte: String\r\n  codeNameSuffix_contains: String\r\n  codeNameSuffix_not_contains: String\r\n  codeNameSuffix_starts_with: String\r\n  codeNameSuffix_not_starts_with: String\r\n  codeNameSuffix_ends_with: String\r\n  codeNameSuffix_not_ends_with: String\r\n  remplaable: AttributRemplaableEnum\r\n  remplaable_not: AttributRemplaableEnum\r\n  remplaable_in: [AttributRemplaableEnum!]\r\n  remplaable_not_in: [AttributRemplaableEnum!]\r\n  typeexpression: String\r\n  typeexpression_not: String\r\n  typeexpression_in: [String!]\r\n  typeexpression_not_in: [String!]\r\n  typeexpression_lt: String\r\n  typeexpression_lte: String\r\n  typeexpression_gt: String\r\n  typeexpression_gte: String\r\n  typeexpression_contains: String\r\n  typeexpression_not_contains: String\r\n  typeexpression_starts_with: String\r\n  typeexpression_not_starts_with: String\r\n  typeexpression_ends_with: String\r\n  typeexpression_not_ends_with: String\r\n  calcul: AttributCalculEnum\r\n  calcul_not: AttributCalculEnum\r\n  calcul_in: [AttributCalculEnum!]\r\n  calcul_not_in: [AttributCalculEnum!]\r\n  toutPartie: AttributToutPartieEnum\r\n  toutPartie_not: AttributToutPartieEnum\r\n  toutPartie_in: [AttributToutPartieEnum!]\r\n  toutPartie_not_in: [AttributToutPartieEnum!]\r\n  implmentationDelphidesaccesseurs: AttributImplmentationDelphidesaccesseursEnum\r\n  implmentationDelphidesaccesseurs_not: AttributImplmentationDelphidesaccesseursEnum\r\n  implmentationDelphidesaccesseurs_in: [AttributImplmentationDelphidesaccesseursEnum!]\r\n  implmentationDelphidesaccesseurs_not_in: [AttributImplmentationDelphidesaccesseursEnum!]\r\n  delphiAccessor: AttributDelphiAccessorEnum\r\n  delphiAccessor_not: AttributDelphiAccessorEnum\r\n  delphiAccessor_in: [AttributDelphiAccessorEnum!]\r\n  delphiAccessor_not_in: [AttributDelphiAccessorEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [AttributFilter!]\r\n  documentmtier_Documentrfrenc_some: [AttributFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [AttributFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [AttributFilter!]\r\n  concept_Conceptapparent_some: [AttributFilter!]\r\n  association_some: [AttributFilter!]\r\n  colonne_some: [AttributFilter!]\r\n  classe_Implmentation_some: [AttributFilter!]\r\n  concept_some: [AttributFilter!]\r\n}\r\n\r\nenum AttributIdentifiantIsEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum AttributImplmentationDelphidesaccesseursEnum {\r\n  default\r\n  user\r\n}\r\n\r\nenum AttributLectureseuleEnum {\r\n  ReadOnly\r\n  Norestriction\r\n  AddOnly\r\n}\r\n\r\n# Un attribut est la donn?e ?l?mentaire m?moris?e dans le syst?me d information de\r\n# l entreprise. Un attribut est une propri?t? quand il d?crit une entit? ou une\r\n# association, un identifiant quand il est choisi comme moyen d identification de\r\n# chaque exemplaire d une entit?.\r\ntype AttributMD {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  typededonnesMD: String\r\n  multiplicit: AttributMDMultiplicitEnum\r\n  ordonne: AttributMDOrdonneEnum\r\n  unicit: AttributMDUnicitEnum\r\n  lectureseule: AttributMDLectureseuleEnum\r\n  valeurinitiale: String\r\n  identifiantIs: AttributMDIdentifiantIsEnum\r\n  exig: AttributMDExigEnum\r\n  nomSql: String\r\n  uMLAttributeName: String\r\n  remplaable: AttributMDRemplaableEnum\r\n  longueur: String\r\n  dcimale: String\r\n  calcul: AttributMDCalculEnum\r\n  toutPartie: AttributMDToutPartieEnum\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  entitMD(filter: filterEntitMD, orderBy: [orderByEntitMD]): [EntitMD]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\nenum AttributMDCalculEnum {\r\n  Union\r\n  No\r\n  Derived\r\n}\r\n\r\nenum AttributMDExigEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\ninput AttributMDFilter {\r\n  and: [AttributMDFilter!]\r\n  or: [AttributMDFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  typededonnesMD: String\r\n  typededonnesMD_not: String\r\n  typededonnesMD_in: [String!]\r\n  typededonnesMD_not_in: [String!]\r\n  typededonnesMD_lt: String\r\n  typededonnesMD_lte: String\r\n  typededonnesMD_gt: String\r\n  typededonnesMD_gte: String\r\n  typededonnesMD_contains: String\r\n  typededonnesMD_not_contains: String\r\n  typededonnesMD_starts_with: String\r\n  typededonnesMD_not_starts_with: String\r\n  typededonnesMD_ends_with: String\r\n  typededonnesMD_not_ends_with: String\r\n  multiplicit: AttributMDMultiplicitEnum\r\n  multiplicit_not: AttributMDMultiplicitEnum\r\n  multiplicit_in: [AttributMDMultiplicitEnum!]\r\n  multiplicit_not_in: [AttributMDMultiplicitEnum!]\r\n  ordonne: AttributMDOrdonneEnum\r\n  ordonne_not: AttributMDOrdonneEnum\r\n  ordonne_in: [AttributMDOrdonneEnum!]\r\n  ordonne_not_in: [AttributMDOrdonneEnum!]\r\n  unicit: AttributMDUnicitEnum\r\n  unicit_not: AttributMDUnicitEnum\r\n  unicit_in: [AttributMDUnicitEnum!]\r\n  unicit_not_in: [AttributMDUnicitEnum!]\r\n  lectureseule: AttributMDLectureseuleEnum\r\n  lectureseule_not: AttributMDLectureseuleEnum\r\n  lectureseule_in: [AttributMDLectureseuleEnum!]\r\n  lectureseule_not_in: [AttributMDLectureseuleEnum!]\r\n  valeurinitiale: String\r\n  valeurinitiale_not: String\r\n  valeurinitiale_in: [String!]\r\n  valeurinitiale_not_in: [String!]\r\n  valeurinitiale_lt: String\r\n  valeurinitiale_lte: String\r\n  valeurinitiale_gt: String\r\n  valeurinitiale_gte: String\r\n  valeurinitiale_contains: String\r\n  valeurinitiale_not_contains: String\r\n  valeurinitiale_starts_with: String\r\n  valeurinitiale_not_starts_with: String\r\n  valeurinitiale_ends_with: String\r\n  valeurinitiale_not_ends_with: String\r\n  identifiantIs: AttributMDIdentifiantIsEnum\r\n  identifiantIs_not: AttributMDIdentifiantIsEnum\r\n  identifiantIs_in: [AttributMDIdentifiantIsEnum!]\r\n  identifiantIs_not_in: [AttributMDIdentifiantIsEnum!]\r\n  exig: AttributMDExigEnum\r\n  exig_not: AttributMDExigEnum\r\n  exig_in: [AttributMDExigEnum!]\r\n  exig_not_in: [AttributMDExigEnum!]\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String!]\r\n  nomSql_not_in: [String!]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  uMLAttributeName: String\r\n  uMLAttributeName_not: String\r\n  uMLAttributeName_in: [String!]\r\n  uMLAttributeName_not_in: [String!]\r\n  uMLAttributeName_lt: String\r\n  uMLAttributeName_lte: String\r\n  uMLAttributeName_gt: String\r\n  uMLAttributeName_gte: String\r\n  uMLAttributeName_contains: String\r\n  uMLAttributeName_not_contains: String\r\n  uMLAttributeName_starts_with: String\r\n  uMLAttributeName_not_starts_with: String\r\n  uMLAttributeName_ends_with: String\r\n  uMLAttributeName_not_ends_with: String\r\n  remplaable: AttributMDRemplaableEnum\r\n  remplaable_not: AttributMDRemplaableEnum\r\n  remplaable_in: [AttributMDRemplaableEnum!]\r\n  remplaable_not_in: [AttributMDRemplaableEnum!]\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String!]\r\n  longueur_not_in: [String!]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  dcimale: String\r\n  dcimale_not: String\r\n  dcimale_in: [String!]\r\n  dcimale_not_in: [String!]\r\n  dcimale_lt: String\r\n  dcimale_lte: String\r\n  dcimale_gt: String\r\n  dcimale_gte: String\r\n  dcimale_contains: String\r\n  dcimale_not_contains: String\r\n  dcimale_starts_with: String\r\n  dcimale_not_starts_with: String\r\n  dcimale_ends_with: String\r\n  dcimale_not_ends_with: String\r\n  calcul: AttributMDCalculEnum\r\n  calcul_not: AttributMDCalculEnum\r\n  calcul_in: [AttributMDCalculEnum!]\r\n  calcul_not_in: [AttributMDCalculEnum!]\r\n  toutPartie: AttributMDToutPartieEnum\r\n  toutPartie_not: AttributMDToutPartieEnum\r\n  toutPartie_in: [AttributMDToutPartieEnum!]\r\n  toutPartie_not_in: [AttributMDToutPartieEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [AttributMDFilter!]\r\n  documentmtier_Documentrfrenc_some: [AttributMDFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [AttributMDFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [AttributMDFilter!]\r\n  concept_Conceptapparent_some: [AttributMDFilter!]\r\n  entitMD_some: [AttributMDFilter!]\r\n  concept_some: [AttributMDFilter!]\r\n}\r\n\r\nenum AttributMDIdentifiantIsEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum AttributMDLectureseuleEnum {\r\n  ReadOnly\r\n  Norestriction\r\n  AddOnly\r\n}\r\n\r\nenum AttributMDMultiplicitEnum {\r\n  Many\r\n  OneToMany\r\n  One\r\n  ZeroToOne\r\n}\r\n\r\nenum AttributMDOrdonneEnum {\r\n  RandomOrder\r\n  Ordered\r\n}\r\n\r\nenum AttributMDRemplaableEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum AttributMDToutPartieEnum {\r\n  Composite\r\n  No\r\n  Aggregate\r\n}\r\n\r\nenum AttributMDUnicitEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum AttributMultiplicitEnum {\r\n  Many\r\n  OneToMany\r\n  One\r\n  ZeroToOne\r\n}\r\n\r\nenum AttributOrdonneEnum {\r\n  RandomOrder\r\n  Ordered\r\n}\r\n\r\nenum AttributPersistanteEnum {\r\n  No\r\n  Yes\r\n}\r\n\r\nenum AttributRemplaableEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum AttributStatiqueEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum AttributToutPartieEnum {\r\n  Composite\r\n  No\r\n  Aggregate\r\n}\r\n\r\nenum AttributUnicitEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\n# Une base de donn?es permet de sp?cifier la structure de stockage logique ou physique des donn?es.\r\ntype Basededonnes {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  complmentsdetable: String\r\n  complmentsdindex: String\r\n  prfixe: String\r\n  nomSql: String\r\n  nomphysique: String\r\n  naturedecorrespondance: BasededonnesNaturedecorrespondanceEnum\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  modlededonnes_Modledesdonnes(filter: filterModlededonnes, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  table(filter: filterTable, orderBy: [orderByTable]): [Table]\r\n  vuephysique(filter: filterVuephysique, orderBy: [orderByVuephysique]): [Vuephysique]\r\n  procdurestocke(filter: filterProcdurestocke, orderBy: [orderByProcdurestocke]): [Procdurestocke]\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  administrateurdebasededonnes_PersonneSystme(filter: filterPersonneSystme, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n  concepteurdedonnes_PersonneSystme(filter: filterPersonneSystme, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  groupementdedonnes(filter: filterGroupementdedonnes, orderBy: [orderByGroupementdedonnes]): [Groupementdedonnes]\r\n  squence(filter: filterSquence, orderBy: [orderBySquence]): [Squence]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\ninput BasededonnesFilter {\r\n  and: [BasededonnesFilter!]\r\n  or: [BasededonnesFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  complmentsdetable: String\r\n  complmentsdetable_not: String\r\n  complmentsdetable_in: [String!]\r\n  complmentsdetable_not_in: [String!]\r\n  complmentsdetable_lt: String\r\n  complmentsdetable_lte: String\r\n  complmentsdetable_gt: String\r\n  complmentsdetable_gte: String\r\n  complmentsdetable_contains: String\r\n  complmentsdetable_not_contains: String\r\n  complmentsdetable_starts_with: String\r\n  complmentsdetable_not_starts_with: String\r\n  complmentsdetable_ends_with: String\r\n  complmentsdetable_not_ends_with: String\r\n  complmentsdindex: String\r\n  complmentsdindex_not: String\r\n  complmentsdindex_in: [String!]\r\n  complmentsdindex_not_in: [String!]\r\n  complmentsdindex_lt: String\r\n  complmentsdindex_lte: String\r\n  complmentsdindex_gt: String\r\n  complmentsdindex_gte: String\r\n  complmentsdindex_contains: String\r\n  complmentsdindex_not_contains: String\r\n  complmentsdindex_starts_with: String\r\n  complmentsdindex_not_starts_with: String\r\n  complmentsdindex_ends_with: String\r\n  complmentsdindex_not_ends_with: String\r\n  prfixe: String\r\n  prfixe_not: String\r\n  prfixe_in: [String!]\r\n  prfixe_not_in: [String!]\r\n  prfixe_lt: String\r\n  prfixe_lte: String\r\n  prfixe_gt: String\r\n  prfixe_gte: String\r\n  prfixe_contains: String\r\n  prfixe_not_contains: String\r\n  prfixe_starts_with: String\r\n  prfixe_not_starts_with: String\r\n  prfixe_ends_with: String\r\n  prfixe_not_ends_with: String\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String!]\r\n  nomSql_not_in: [String!]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String!]\r\n  nomphysique_not_in: [String!]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  naturedecorrespondance: BasededonnesNaturedecorrespondanceEnum\r\n  naturedecorrespondance_not: BasededonnesNaturedecorrespondanceEnum\r\n  naturedecorrespondance_in: [BasededonnesNaturedecorrespondanceEnum!]\r\n  naturedecorrespondance_not_in: [BasededonnesNaturedecorrespondanceEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  modlededonnes_Modledesdonnes_some: [BasededonnesFilter!]\r\n  table_some: [BasededonnesFilter!]\r\n  vuephysique_some: [BasededonnesFilter!]\r\n  procdurestocke_some: [BasededonnesFilter!]\r\n  documentmtier_Documentjoint_some: [BasededonnesFilter!]\r\n  documentmtier_Documentrfrenc_some: [BasededonnesFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [BasededonnesFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [BasededonnesFilter!]\r\n  administrateurdebasededonnes_PersonneSystme_some: [BasededonnesFilter!]\r\n  concepteurdedonnes_PersonneSystme_some: [BasededonnesFilter!]\r\n  concept_Conceptapparent_some: [BasededonnesFilter!]\r\n  groupementdedonnes_some: [BasededonnesFilter!]\r\n  squence_some: [BasededonnesFilter!]\r\n  concept_some: [BasededonnesFilter!]\r\n}\r\n\r\nenum BasededonnesNaturedecorrespondanceEnum {\r\n  Datamodel_Physical\r\n  UML_Physical\r\n}\r\n\r\nenum BUFFERPOOLOracleEnumFilter {\r\n  KEEP\r\n  RECYCLE\r\n  DEFAULT\r\n}\r\n\r\nenum CACHEOracleEnumFilter {\r\n  CACHE\r\n  NOCACHE\r\n}\r\n\r\nenum CalculEnumFilter {\r\n  Union\r\n  No\r\n  Derived\r\n}\r\n\r\ntype Cartedesinformationsmtier {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  dictionnairemtier_Dictionnairemtierdtenteur(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  domainedinformationmtier_Domainedinformationrfrenc_Composantdecartedinformationsmtiers_Composantdecartededonnesdtenu(filter: filterDomainedinformationmtier, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n}\r\n\r\ninput CartedesinformationsmtierFilter {\r\n  and: [CartedesinformationsmtierFilter!]\r\n  or: [CartedesinformationsmtierFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [CartedesinformationsmtierFilter!]\r\n  documentmtier_Documentrfrenc_some: [CartedesinformationsmtierFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [CartedesinformationsmtierFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [CartedesinformationsmtierFilter!]\r\n  dictionnairemtier_Dictionnairemtierdtenteur_some: [CartedesinformationsmtierFilter!]\r\n  domainedinformationmtier_Domainedinformationrfrenc_Composantdecartedinformationsmtiers_Composantdecartededonnesdtenu_some: [CartedesinformationsmtierFilter!]\r\n}\r\n\r\n# Une Cat?gorie de document permet de classer des documents en fonction de sujets\r\n# standards tels que Audit, Diagramme, Documentation des Contr?les. Les cat?gories\r\n# sont organis?es de mani?re hi?rarchique ? partir de ces types principaux\r\ntype Catgoriededocument {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  catgoriededocument_Catgoriededocumentparente(filter: filterCatgoriededocument, orderBy: [orderByCatgoriededocument]): [Catgoriededocument]\r\n  catgoriededocument_Souscatgoriesdedocument(filter: filterCatgoriededocument, orderBy: [orderByCatgoriededocument]): [Catgoriededocument]\r\n  modlededocumentmtier_Modlededocument(filter: filterModlededocumentmtier, orderBy: [orderByModlededocumentmtier]): [Modlededocumentmtier]\r\n  documentmtier_Documentsmtiers(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n}\r\n\r\ninput CatgoriededocumentFilter {\r\n  and: [CatgoriededocumentFilter!]\r\n  or: [CatgoriededocumentFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  catgoriededocument_Catgoriededocumentparente_some: [CatgoriededocumentFilter!]\r\n  catgoriededocument_Souscatgoriesdedocument_some: [CatgoriededocumentFilter!]\r\n  modlededocumentmtier_Modlededocument_some: [CatgoriededocumentFilter!]\r\n  documentmtier_Documentsmtiers_some: [CatgoriededocumentFilter!]\r\n}\r\n\r\n# Les cl?s permettent de d?finir les acc?s privil?gi?s permettant de passer d une\r\n# table ? une autre ainsi que les contr?les d int?grit? correspondants. La cl? d\r\n# une table est constitu?e d un ensemble de colonnes. La cl? primaire permet d\r\n# identifier un enregistrement de mani?re unique. Elle est reli?e aux colonnes qui\r\n# la constituent, et, le cas ?ch?ant, au r?le ou ? l association qui la justifie.\r\n# Une cl? ?trang?re est constitu?e de colonnes qui font r?f?rence ? la cl?\r\n# primaire d une table parente, ? laquelle elle est reli?e par le lien Migrante.\r\ntype Cl {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  typeCl: ClTypeClEnum\r\n  onUpdate: ClOnUpdateEnum\r\n  onDelete: ClOnDeleteEnum\r\n  nomphysique: String\r\n  dBBName: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  colonne(filter: filterColonne, orderBy: [orderByColonne]): [Colonne]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\n# Une classe est un regroupement d objets poss?dant des caract?ristiques communes\r\n# et un comportement semblable. Les classes persistantes sont des ?l?ments de\r\n# gestion consid?r?s d int?r?t pour repr?senter l activit? de l entreprise et donc\r\n# conserv?s ? cet effet. \r\ntype Classe {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  classMetaClassIdAbs: String\r\n  abstraite: ClasseAbstraiteEnum\r\n  persistante: ClassePersistanteEnum\r\n  paramtres: String\r\n  typeexpression: String\r\n  identificationdeclasse: ClasseIdentificationdeclasseEnum\r\n  dcimale: String\r\n  longueur: String\r\n  nomSql: String\r\n  invariant: String\r\n  codeNamePrefix: String\r\n  codeNameSuffix: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  paquetage_Paquetagededonnes(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  paquetage_Paquetagerfrenc(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n  scientifiquededonnes_PersonneSystme(filter: filterPersonneSystme, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  paquetage_Modledeclasses(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n  attribut_Attributimplment(filter: filterAttribut, orderBy: [orderByAttribut]): [Attribut]\r\n  concept_Conceptapparent_RledelAssociation_Rledelassociation(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  association_Association_RledelAssociation_Rledelassociation(filter: filterAssociation, orderBy: [orderByAssociation]): [Association]\r\n  concept_Concept_RledelAssociation_Rledelassociation(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  paquetage_Paquetagerfrenant(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n  typededonnes(filter: filterTypededonnes, orderBy: [orderByTypededonnes]): [Typededonnes]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  paquetage_Espacedenommagequalifi(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n}\r\n\r\nenum ClasseAbstraiteEnum {\r\n  No\r\n  Yes\r\n}\r\n\r\ninput ClasseFilter {\r\n  and: [ClasseFilter!]\r\n  or: [ClasseFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  classMetaClassIdAbs: String\r\n  classMetaClassIdAbs_not: String\r\n  classMetaClassIdAbs_in: [String!]\r\n  classMetaClassIdAbs_not_in: [String!]\r\n  classMetaClassIdAbs_lt: String\r\n  classMetaClassIdAbs_lte: String\r\n  classMetaClassIdAbs_gt: String\r\n  classMetaClassIdAbs_gte: String\r\n  classMetaClassIdAbs_contains: String\r\n  classMetaClassIdAbs_not_contains: String\r\n  classMetaClassIdAbs_starts_with: String\r\n  classMetaClassIdAbs_not_starts_with: String\r\n  classMetaClassIdAbs_ends_with: String\r\n  classMetaClassIdAbs_not_ends_with: String\r\n  abstraite: ClasseAbstraiteEnum\r\n  abstraite_not: ClasseAbstraiteEnum\r\n  abstraite_in: [ClasseAbstraiteEnum!]\r\n  abstraite_not_in: [ClasseAbstraiteEnum!]\r\n  persistante: ClassePersistanteEnum\r\n  persistante_not: ClassePersistanteEnum\r\n  persistante_in: [ClassePersistanteEnum!]\r\n  persistante_not_in: [ClassePersistanteEnum!]\r\n  paramtres: String\r\n  paramtres_not: String\r\n  paramtres_in: [String!]\r\n  paramtres_not_in: [String!]\r\n  paramtres_lt: String\r\n  paramtres_lte: String\r\n  paramtres_gt: String\r\n  paramtres_gte: String\r\n  paramtres_contains: String\r\n  paramtres_not_contains: String\r\n  paramtres_starts_with: String\r\n  paramtres_not_starts_with: String\r\n  paramtres_ends_with: String\r\n  paramtres_not_ends_with: String\r\n  typeexpression: String\r\n  typeexpression_not: String\r\n  typeexpression_in: [String!]\r\n  typeexpression_not_in: [String!]\r\n  typeexpression_lt: String\r\n  typeexpression_lte: String\r\n  typeexpression_gt: String\r\n  typeexpression_gte: String\r\n  typeexpression_contains: String\r\n  typeexpression_not_contains: String\r\n  typeexpression_starts_with: String\r\n  typeexpression_not_starts_with: String\r\n  typeexpression_ends_with: String\r\n  typeexpression_not_ends_with: String\r\n  identificationdeclasse: ClasseIdentificationdeclasseEnum\r\n  identificationdeclasse_not: ClasseIdentificationdeclasseEnum\r\n  identificationdeclasse_in: [ClasseIdentificationdeclasseEnum!]\r\n  identificationdeclasse_not_in: [ClasseIdentificationdeclasseEnum!]\r\n  dcimale: String\r\n  dcimale_not: String\r\n  dcimale_in: [String!]\r\n  dcimale_not_in: [String!]\r\n  dcimale_lt: String\r\n  dcimale_lte: String\r\n  dcimale_gt: String\r\n  dcimale_gte: String\r\n  dcimale_contains: String\r\n  dcimale_not_contains: String\r\n  dcimale_starts_with: String\r\n  dcimale_not_starts_with: String\r\n  dcimale_ends_with: String\r\n  dcimale_not_ends_with: String\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String!]\r\n  longueur_not_in: [String!]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String!]\r\n  nomSql_not_in: [String!]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  invariant: String\r\n  invariant_not: String\r\n  invariant_in: [String!]\r\n  invariant_not_in: [String!]\r\n  invariant_lt: String\r\n  invariant_lte: String\r\n  invariant_gt: String\r\n  invariant_gte: String\r\n  invariant_contains: String\r\n  invariant_not_contains: String\r\n  invariant_starts_with: String\r\n  invariant_not_starts_with: String\r\n  invariant_ends_with: String\r\n  invariant_not_ends_with: String\r\n  codeNamePrefix: String\r\n  codeNamePrefix_not: String\r\n  codeNamePrefix_in: [String!]\r\n  codeNamePrefix_not_in: [String!]\r\n  codeNamePrefix_lt: String\r\n  codeNamePrefix_lte: String\r\n  codeNamePrefix_gt: String\r\n  codeNamePrefix_gte: String\r\n  codeNamePrefix_contains: String\r\n  codeNamePrefix_not_contains: String\r\n  codeNamePrefix_starts_with: String\r\n  codeNamePrefix_not_starts_with: String\r\n  codeNamePrefix_ends_with: String\r\n  codeNamePrefix_not_ends_with: String\r\n  codeNameSuffix: String\r\n  codeNameSuffix_not: String\r\n  codeNameSuffix_in: [String!]\r\n  codeNameSuffix_not_in: [String!]\r\n  codeNameSuffix_lt: String\r\n  codeNameSuffix_lte: String\r\n  codeNameSuffix_gt: String\r\n  codeNameSuffix_gte: String\r\n  codeNameSuffix_contains: String\r\n  codeNameSuffix_not_contains: String\r\n  codeNameSuffix_starts_with: String\r\n  codeNameSuffix_not_starts_with: String\r\n  codeNameSuffix_ends_with: String\r\n  codeNameSuffix_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  paquetage_Paquetagededonnes_some: [ClasseFilter!]\r\n  documentmtier_Documentjoint_some: [ClasseFilter!]\r\n  documentmtier_Documentrfrenc_some: [ClasseFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [ClasseFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [ClasseFilter!]\r\n  paquetage_Paquetagerfrenc_some: [ClasseFilter!]\r\n  scientifiquededonnes_PersonneSystme_some: [ClasseFilter!]\r\n  concept_Conceptapparent_some: [ClasseFilter!]\r\n  paquetage_Modledeclasses_some: [ClasseFilter!]\r\n  attribut_Attributimplment_some: [ClasseFilter!]\r\n  concept_Conceptapparent_RledelAssociation_Rledelassociation_some: [ClasseFilter!]\r\n  association_Association_RledelAssociation_Rledelassociation_some: [ClasseFilter!]\r\n  concept_Concept_RledelAssociation_Rledelassociation_some: [ClasseFilter!]\r\n  paquetage_Paquetagerfrenant_some: [ClasseFilter!]\r\n  typededonnes_some: [ClasseFilter!]\r\n  concept_some: [ClasseFilter!]\r\n  paquetage_Espacedenommagequalifi_some: [ClasseFilter!]\r\n}\r\n\r\nenum ClasseIdentificationdeclasseEnum {\r\n  Attribute\r\n  Automatic\r\n  Noidentifier\r\n  Key\r\n}\r\n\r\nenum ClassePersistanteEnum {\r\n  No\r\n  Yes\r\n}\r\n\r\ntype Classificationdecomposantentitdudictionnaire {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  composantdentitdudictionnaire_Composantentitclassifi(filter: filterComposantdentitdudictionnaire, orderBy: [orderByComposantdentitdudictionnaire]): [Composantdentitdudictionnaire]\r\n  terme_Dsignation_Composantdeconcept_Classifieurdecomposantentit(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Classifieurdecomposantentit(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  terme_Synonyme_Composantdeconcept_Classifieurdecomposantentit(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Concept_Composantdeconcept_Classifieurdecomposantentit(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  concept_Conceptdtenteur_Composantdeconcept_Classifieurdecomposantentit(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Classifieurdecomposantentit(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Classifieurdecomposantentit(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n}\r\n\r\ninput ClassificationdecomposantentitdudictionnaireFilter {\r\n  and: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n  or: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n  documentmtier_Documentrfrenc_some: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n  composantdentitdudictionnaire_Composantentitclassifi_some: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n  terme_Dsignation_Composantdeconcept_Classifieurdecomposantentit_some: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Classifieurdecomposantentit_some: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n  terme_Synonyme_Composantdeconcept_Classifieurdecomposantentit_some: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n  concept_Concept_Composantdeconcept_Classifieurdecomposantentit_some: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n  concept_Conceptdtenteur_Composantdeconcept_Classifieurdecomposantentit_some: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Classifieurdecomposantentit_some: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Classifieurdecomposantentit_some: [ClassificationdecomposantentitdudictionnaireFilter!]\r\n}\r\n\r\ntype Classificationdeconcept {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  concepttype_Classifieurdeconcept(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  concept_Conceptclassifi(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\ntype Classificationdindividu {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  concept_Classifieurdindividu(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  individuIA_Individuclassifi(filter: filterIndividuIA, orderBy: [orderByIndividuIA]): [IndividuIA]\r\n}\r\n\r\ninput ClFilter {\r\n  and: [ClFilter!]\r\n  or: [ClFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  typeCl: ClTypeClEnum\r\n  typeCl_not: ClTypeClEnum\r\n  typeCl_in: [ClTypeClEnum!]\r\n  typeCl_not_in: [ClTypeClEnum!]\r\n  onUpdate: ClOnUpdateEnum\r\n  onUpdate_not: ClOnUpdateEnum\r\n  onUpdate_in: [ClOnUpdateEnum!]\r\n  onUpdate_not_in: [ClOnUpdateEnum!]\r\n  onDelete: ClOnDeleteEnum\r\n  onDelete_not: ClOnDeleteEnum\r\n  onDelete_in: [ClOnDeleteEnum!]\r\n  onDelete_not_in: [ClOnDeleteEnum!]\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String!]\r\n  nomphysique_not_in: [String!]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  dBBName: String\r\n  dBBName_not: String\r\n  dBBName_in: [String!]\r\n  dBBName_not_in: [String!]\r\n  dBBName_lt: String\r\n  dBBName_lte: String\r\n  dBBName_gt: String\r\n  dBBName_gte: String\r\n  dBBName_contains: String\r\n  dBBName_not_contains: String\r\n  dBBName_starts_with: String\r\n  dBBName_not_starts_with: String\r\n  dBBName_ends_with: String\r\n  dBBName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  colonne_some: [ClFilter!]\r\n  concept_Conceptapparent_some: [ClFilter!]\r\n  concept_some: [ClFilter!]\r\n}\r\n\r\nenum ClOnDeleteEnum {\r\n  None\r\n  Restrict\r\n  Cascade\r\n  SetNull\r\n  SetDefault\r\n  NoAction\r\n}\r\n\r\nenum ClOnUpdateEnum {\r\n  None\r\n  Restrict\r\n  Cascade\r\n  SetNull\r\n  SetDefault\r\n  NoAction\r\n}\r\n\r\nenum ClTypeClEnum {\r\n  Primary\r\n  Foreign\r\n}\r\n\r\n# Le cluster est un segment physique qui regroupe les lignes d une ou plusieurs\r\n# tables ayant une caract?ristique commune. Sa mise en place permet de r?duire l\r\n# espace de stockage et d acc?l?rer les requ?tes portant sur ces lignes.\r\ntype Cluster {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  nomphysique: String\r\n  iNITIALOracle: String\r\n  nEXTOracle: String\r\n  mINEXTENTSOracle: String\r\n  mAXEXTENTSOracle: ClusterMAXEXTENTSOracleEnum\r\n  pCTINCREASEOracle: Int\r\n  fREELISTSOracle: Int\r\n  fREELISTGROUPSOracle: Int\r\n  oPTIMALOracle: ClusterOPTIMALOracleEnum\r\n  bUFFERPOOLOracle: ClusterBUFFERPOOLOracleEnum\r\n  cACHEOracle: ClusterCACHEOracleEnum\r\n  rOWDEPENDENCIESOracle: ClusterROWDEPENDENCIESOracleEnum\r\n  sIZEOracle: String\r\n  clusterTypeOracle: ClusterClusterTypeOracleEnum\r\n  hASHKEYSOracle: Int\r\n  hashFunctionOracle: String\r\n  pARALLELOracle: ClusterPARALLELOracleEnum\r\n  pCTFREEOracle: Int\r\n  pCTUSEDOracle: Int\r\n  iNITRANSOracle: Int\r\n  mAXTRANSOracle: Int\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  colonne(filter: filterColonne, orderBy: [orderByColonne]): [Colonne]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\nenum ClusterBUFFERPOOLOracleEnum {\r\n  KEEP\r\n  RECYCLE\r\n  DEFAULT\r\n}\r\n\r\nenum ClusterCACHEOracleEnum {\r\n  CACHE\r\n  NOCACHE\r\n}\r\n\r\nenum ClusterClusterTypeOracleEnum {\r\n  INDEX\r\n  HASHKEYS\r\n  SINGLETABLEHASHKEYS\r\n}\r\n\r\nenum ClusteredEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\ninput ClusterFilter {\r\n  and: [ClusterFilter!]\r\n  or: [ClusterFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String!]\r\n  nomphysique_not_in: [String!]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  iNITIALOracle: String\r\n  iNITIALOracle_not: String\r\n  iNITIALOracle_in: [String!]\r\n  iNITIALOracle_not_in: [String!]\r\n  iNITIALOracle_lt: String\r\n  iNITIALOracle_lte: String\r\n  iNITIALOracle_gt: String\r\n  iNITIALOracle_gte: String\r\n  iNITIALOracle_contains: String\r\n  iNITIALOracle_not_contains: String\r\n  iNITIALOracle_starts_with: String\r\n  iNITIALOracle_not_starts_with: String\r\n  iNITIALOracle_ends_with: String\r\n  iNITIALOracle_not_ends_with: String\r\n  nEXTOracle: String\r\n  nEXTOracle_not: String\r\n  nEXTOracle_in: [String!]\r\n  nEXTOracle_not_in: [String!]\r\n  nEXTOracle_lt: String\r\n  nEXTOracle_lte: String\r\n  nEXTOracle_gt: String\r\n  nEXTOracle_gte: String\r\n  nEXTOracle_contains: String\r\n  nEXTOracle_not_contains: String\r\n  nEXTOracle_starts_with: String\r\n  nEXTOracle_not_starts_with: String\r\n  nEXTOracle_ends_with: String\r\n  nEXTOracle_not_ends_with: String\r\n  mINEXTENTSOracle: String\r\n  mINEXTENTSOracle_not: String\r\n  mINEXTENTSOracle_in: [String!]\r\n  mINEXTENTSOracle_not_in: [String!]\r\n  mINEXTENTSOracle_lt: String\r\n  mINEXTENTSOracle_lte: String\r\n  mINEXTENTSOracle_gt: String\r\n  mINEXTENTSOracle_gte: String\r\n  mINEXTENTSOracle_contains: String\r\n  mINEXTENTSOracle_not_contains: String\r\n  mINEXTENTSOracle_starts_with: String\r\n  mINEXTENTSOracle_not_starts_with: String\r\n  mINEXTENTSOracle_ends_with: String\r\n  mINEXTENTSOracle_not_ends_with: String\r\n  mAXEXTENTSOracle: ClusterMAXEXTENTSOracleEnum\r\n  mAXEXTENTSOracle_not: ClusterMAXEXTENTSOracleEnum\r\n  mAXEXTENTSOracle_in: [ClusterMAXEXTENTSOracleEnum!]\r\n  mAXEXTENTSOracle_not_in: [ClusterMAXEXTENTSOracleEnum!]\r\n  pCTINCREASEOracle: Int\r\n  pCTINCREASEOracle_not: Int\r\n  pCTINCREASEOracle_in: [Int!]\r\n  pCTINCREASEOracle_not_in: [Int!]\r\n  pCTINCREASEOracle_lt: Int\r\n  pCTINCREASEOracle_lte: Int\r\n  pCTINCREASEOracle_gt: Int\r\n  pCTINCREASEOracle_gte: Int\r\n  fREELISTSOracle: Int\r\n  fREELISTSOracle_not: Int\r\n  fREELISTSOracle_in: [Int!]\r\n  fREELISTSOracle_not_in: [Int!]\r\n  fREELISTSOracle_lt: Int\r\n  fREELISTSOracle_lte: Int\r\n  fREELISTSOracle_gt: Int\r\n  fREELISTSOracle_gte: Int\r\n  fREELISTGROUPSOracle: Int\r\n  fREELISTGROUPSOracle_not: Int\r\n  fREELISTGROUPSOracle_in: [Int!]\r\n  fREELISTGROUPSOracle_not_in: [Int!]\r\n  fREELISTGROUPSOracle_lt: Int\r\n  fREELISTGROUPSOracle_lte: Int\r\n  fREELISTGROUPSOracle_gt: Int\r\n  fREELISTGROUPSOracle_gte: Int\r\n  oPTIMALOracle: ClusterOPTIMALOracleEnum\r\n  oPTIMALOracle_not: ClusterOPTIMALOracleEnum\r\n  oPTIMALOracle_in: [ClusterOPTIMALOracleEnum!]\r\n  oPTIMALOracle_not_in: [ClusterOPTIMALOracleEnum!]\r\n  bUFFERPOOLOracle: ClusterBUFFERPOOLOracleEnum\r\n  bUFFERPOOLOracle_not: ClusterBUFFERPOOLOracleEnum\r\n  bUFFERPOOLOracle_in: [ClusterBUFFERPOOLOracleEnum!]\r\n  bUFFERPOOLOracle_not_in: [ClusterBUFFERPOOLOracleEnum!]\r\n  cACHEOracle: ClusterCACHEOracleEnum\r\n  cACHEOracle_not: ClusterCACHEOracleEnum\r\n  cACHEOracle_in: [ClusterCACHEOracleEnum!]\r\n  cACHEOracle_not_in: [ClusterCACHEOracleEnum!]\r\n  rOWDEPENDENCIESOracle: ClusterROWDEPENDENCIESOracleEnum\r\n  rOWDEPENDENCIESOracle_not: ClusterROWDEPENDENCIESOracleEnum\r\n  rOWDEPENDENCIESOracle_in: [ClusterROWDEPENDENCIESOracleEnum!]\r\n  rOWDEPENDENCIESOracle_not_in: [ClusterROWDEPENDENCIESOracleEnum!]\r\n  sIZEOracle: String\r\n  sIZEOracle_not: String\r\n  sIZEOracle_in: [String!]\r\n  sIZEOracle_not_in: [String!]\r\n  sIZEOracle_lt: String\r\n  sIZEOracle_lte: String\r\n  sIZEOracle_gt: String\r\n  sIZEOracle_gte: String\r\n  sIZEOracle_contains: String\r\n  sIZEOracle_not_contains: String\r\n  sIZEOracle_starts_with: String\r\n  sIZEOracle_not_starts_with: String\r\n  sIZEOracle_ends_with: String\r\n  sIZEOracle_not_ends_with: String\r\n  clusterTypeOracle: ClusterClusterTypeOracleEnum\r\n  clusterTypeOracle_not: ClusterClusterTypeOracleEnum\r\n  clusterTypeOracle_in: [ClusterClusterTypeOracleEnum!]\r\n  clusterTypeOracle_not_in: [ClusterClusterTypeOracleEnum!]\r\n  hASHKEYSOracle: Int\r\n  hASHKEYSOracle_not: Int\r\n  hASHKEYSOracle_in: [Int!]\r\n  hASHKEYSOracle_not_in: [Int!]\r\n  hASHKEYSOracle_lt: Int\r\n  hASHKEYSOracle_lte: Int\r\n  hASHKEYSOracle_gt: Int\r\n  hASHKEYSOracle_gte: Int\r\n  hashFunctionOracle: String\r\n  hashFunctionOracle_not: String\r\n  hashFunctionOracle_in: [String!]\r\n  hashFunctionOracle_not_in: [String!]\r\n  hashFunctionOracle_lt: String\r\n  hashFunctionOracle_lte: String\r\n  hashFunctionOracle_gt: String\r\n  hashFunctionOracle_gte: String\r\n  hashFunctionOracle_contains: String\r\n  hashFunctionOracle_not_contains: String\r\n  hashFunctionOracle_starts_with: String\r\n  hashFunctionOracle_not_starts_with: String\r\n  hashFunctionOracle_ends_with: String\r\n  hashFunctionOracle_not_ends_with: String\r\n  pARALLELOracle: ClusterPARALLELOracleEnum\r\n  pARALLELOracle_not: ClusterPARALLELOracleEnum\r\n  pARALLELOracle_in: [ClusterPARALLELOracleEnum!]\r\n  pARALLELOracle_not_in: [ClusterPARALLELOracleEnum!]\r\n  pCTFREEOracle: Int\r\n  pCTFREEOracle_not: Int\r\n  pCTFREEOracle_in: [Int!]\r\n  pCTFREEOracle_not_in: [Int!]\r\n  pCTFREEOracle_lt: Int\r\n  pCTFREEOracle_lte: Int\r\n  pCTFREEOracle_gt: Int\r\n  pCTFREEOracle_gte: Int\r\n  pCTUSEDOracle: Int\r\n  pCTUSEDOracle_not: Int\r\n  pCTUSEDOracle_in: [Int!]\r\n  pCTUSEDOracle_not_in: [Int!]\r\n  pCTUSEDOracle_lt: Int\r\n  pCTUSEDOracle_lte: Int\r\n  pCTUSEDOracle_gt: Int\r\n  pCTUSEDOracle_gte: Int\r\n  iNITRANSOracle: Int\r\n  iNITRANSOracle_not: Int\r\n  iNITRANSOracle_in: [Int!]\r\n  iNITRANSOracle_not_in: [Int!]\r\n  iNITRANSOracle_lt: Int\r\n  iNITRANSOracle_lte: Int\r\n  iNITRANSOracle_gt: Int\r\n  iNITRANSOracle_gte: Int\r\n  mAXTRANSOracle: Int\r\n  mAXTRANSOracle_not: Int\r\n  mAXTRANSOracle_in: [Int!]\r\n  mAXTRANSOracle_not_in: [Int!]\r\n  mAXTRANSOracle_lt: Int\r\n  mAXTRANSOracle_lte: Int\r\n  mAXTRANSOracle_gt: Int\r\n  mAXTRANSOracle_gte: Int\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  concept_Conceptapparent_some: [ClusterFilter!]\r\n  colonne_some: [ClusterFilter!]\r\n  concept_some: [ClusterFilter!]\r\n}\r\n\r\nenum ClusterMAXEXTENTSOracleEnum {\r\n  UNLIMITED\r\n}\r\n\r\nenum ClusterOPTIMALOracleEnum {\r\n  NULL\r\n}\r\n\r\nenum ClusterPARALLELOracleEnum {\r\n  PARALLEL\r\n  NOPARALLEL\r\n}\r\n\r\nenum ClusterROWDEPENDENCIESOracleEnum {\r\n  ROWDEPENDENCIES\r\n  NOROWDEPENDENCIES\r\n}\r\n\r\nenum ClusterTypeOracleEnumFilter {\r\n  INDEX\r\n  HASHKEYS\r\n  SINGLETABLEHASHKEYS\r\n}\r\n\r\n# Une colonne est le constituant ?l?mentaire d une table relationnelle. Une\r\n# colonne est issue d un attribut d une classe ou d une association. Elle est\r\n# ?ventuellement reli?e ? l index ou ? la cl? qu elle constitue.\r\ntype Colonne {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  dataType: String\r\n  longueur: String\r\n  dcimale: String\r\n  notNull: ColonneNotNullEnum\r\n  fK: ColonneFKEnum\r\n  pK: ColonnePKEnum\r\n  complmentsdecolonne: String\r\n  nomphysique: String\r\n  valeurpardfautdutexte: String\r\n  valeurdfaut: String\r\n  dBBName: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  table(filter: filterTable, orderBy: [orderByTable]): [Table]\r\n  cl(filter: filterCl, orderBy: [orderByCl]): [Cl]\r\n  index(filter: filterIndex, orderBy: [orderByIndex]): [Index]\r\n  colonnedecluster(filter: filterColonnedecluster, orderBy: [orderByColonnedecluster]): [Colonnedecluster]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  attribut(filter: filterAttribut, orderBy: [orderByAttribut]): [Attribut]\r\n  cluster(filter: filterCluster, orderBy: [orderByCluster]): [Cluster]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  table_Clustertable(filter: filterTable, orderBy: [orderByTable]): [Table]\r\n}\r\n\r\ntype Colonnedecluster {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  nomphysique: String\r\n  dcimale: String\r\n  longueur: String\r\n  clusterDataType: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  colonne(filter: filterColonne, orderBy: [orderByColonne]): [Colonne]\r\n}\r\n\r\ninput ColonnedeclusterFilter {\r\n  and: [ColonnedeclusterFilter!]\r\n  or: [ColonnedeclusterFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String!]\r\n  nomphysique_not_in: [String!]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  dcimale: String\r\n  dcimale_not: String\r\n  dcimale_in: [String!]\r\n  dcimale_not_in: [String!]\r\n  dcimale_lt: String\r\n  dcimale_lte: String\r\n  dcimale_gt: String\r\n  dcimale_gte: String\r\n  dcimale_contains: String\r\n  dcimale_not_contains: String\r\n  dcimale_starts_with: String\r\n  dcimale_not_starts_with: String\r\n  dcimale_ends_with: String\r\n  dcimale_not_ends_with: String\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String!]\r\n  longueur_not_in: [String!]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  clusterDataType: String\r\n  clusterDataType_not: String\r\n  clusterDataType_in: [String!]\r\n  clusterDataType_not_in: [String!]\r\n  clusterDataType_lt: String\r\n  clusterDataType_lte: String\r\n  clusterDataType_gt: String\r\n  clusterDataType_gte: String\r\n  clusterDataType_contains: String\r\n  clusterDataType_not_contains: String\r\n  clusterDataType_starts_with: String\r\n  clusterDataType_not_starts_with: String\r\n  clusterDataType_ends_with: String\r\n  clusterDataType_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  colonne_some: [ColonnedeclusterFilter!]\r\n}\r\n\r\ninput ColonneFilter {\r\n  and: [ColonneFilter!]\r\n  or: [ColonneFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  dataType: String\r\n  dataType_not: String\r\n  dataType_in: [String!]\r\n  dataType_not_in: [String!]\r\n  dataType_lt: String\r\n  dataType_lte: String\r\n  dataType_gt: String\r\n  dataType_gte: String\r\n  dataType_contains: String\r\n  dataType_not_contains: String\r\n  dataType_starts_with: String\r\n  dataType_not_starts_with: String\r\n  dataType_ends_with: String\r\n  dataType_not_ends_with: String\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String!]\r\n  longueur_not_in: [String!]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  dcimale: String\r\n  dcimale_not: String\r\n  dcimale_in: [String!]\r\n  dcimale_not_in: [String!]\r\n  dcimale_lt: String\r\n  dcimale_lte: String\r\n  dcimale_gt: String\r\n  dcimale_gte: String\r\n  dcimale_contains: String\r\n  dcimale_not_contains: String\r\n  dcimale_starts_with: String\r\n  dcimale_not_starts_with: String\r\n  dcimale_ends_with: String\r\n  dcimale_not_ends_with: String\r\n  notNull: ColonneNotNullEnum\r\n  notNull_not: ColonneNotNullEnum\r\n  notNull_in: [ColonneNotNullEnum!]\r\n  notNull_not_in: [ColonneNotNullEnum!]\r\n  fK: ColonneFKEnum\r\n  fK_not: ColonneFKEnum\r\n  fK_in: [ColonneFKEnum!]\r\n  fK_not_in: [ColonneFKEnum!]\r\n  pK: ColonnePKEnum\r\n  pK_not: ColonnePKEnum\r\n  pK_in: [ColonnePKEnum!]\r\n  pK_not_in: [ColonnePKEnum!]\r\n  complmentsdecolonne: String\r\n  complmentsdecolonne_not: String\r\n  complmentsdecolonne_in: [String!]\r\n  complmentsdecolonne_not_in: [String!]\r\n  complmentsdecolonne_lt: String\r\n  complmentsdecolonne_lte: String\r\n  complmentsdecolonne_gt: String\r\n  complmentsdecolonne_gte: String\r\n  complmentsdecolonne_contains: String\r\n  complmentsdecolonne_not_contains: String\r\n  complmentsdecolonne_starts_with: String\r\n  complmentsdecolonne_not_starts_with: String\r\n  complmentsdecolonne_ends_with: String\r\n  complmentsdecolonne_not_ends_with: String\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String!]\r\n  nomphysique_not_in: [String!]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  valeurpardfautdutexte: String\r\n  valeurpardfautdutexte_not: String\r\n  valeurpardfautdutexte_in: [String!]\r\n  valeurpardfautdutexte_not_in: [String!]\r\n  valeurpardfautdutexte_lt: String\r\n  valeurpardfautdutexte_lte: String\r\n  valeurpardfautdutexte_gt: String\r\n  valeurpardfautdutexte_gte: String\r\n  valeurpardfautdutexte_contains: String\r\n  valeurpardfautdutexte_not_contains: String\r\n  valeurpardfautdutexte_starts_with: String\r\n  valeurpardfautdutexte_not_starts_with: String\r\n  valeurpardfautdutexte_ends_with: String\r\n  valeurpardfautdutexte_not_ends_with: String\r\n  valeurdfaut: String\r\n  valeurdfaut_not: String\r\n  valeurdfaut_in: [String!]\r\n  valeurdfaut_not_in: [String!]\r\n  valeurdfaut_lt: String\r\n  valeurdfaut_lte: String\r\n  valeurdfaut_gt: String\r\n  valeurdfaut_gte: String\r\n  valeurdfaut_contains: String\r\n  valeurdfaut_not_contains: String\r\n  valeurdfaut_starts_with: String\r\n  valeurdfaut_not_starts_with: String\r\n  valeurdfaut_ends_with: String\r\n  valeurdfaut_not_ends_with: String\r\n  dBBName: String\r\n  dBBName_not: String\r\n  dBBName_in: [String!]\r\n  dBBName_not_in: [String!]\r\n  dBBName_lt: String\r\n  dBBName_lte: String\r\n  dBBName_gt: String\r\n  dBBName_gte: String\r\n  dBBName_contains: String\r\n  dBBName_not_contains: String\r\n  dBBName_starts_with: String\r\n  dBBName_not_starts_with: String\r\n  dBBName_ends_with: String\r\n  dBBName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [ColonneFilter!]\r\n  documentmtier_Documentrfrenc_some: [ColonneFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [ColonneFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [ColonneFilter!]\r\n  table_some: [ColonneFilter!]\r\n  cl_some: [ColonneFilter!]\r\n  index_some: [ColonneFilter!]\r\n  colonnedecluster_some: [ColonneFilter!]\r\n  concept_Conceptapparent_some: [ColonneFilter!]\r\n  attribut_some: [ColonneFilter!]\r\n  cluster_some: [ColonneFilter!]\r\n  concept_some: [ColonneFilter!]\r\n  table_Clustertable_some: [ColonneFilter!]\r\n}\r\n\r\nenum ColonneFKEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum ColonneNotNullEnum {\r\n  NotNull\r\n  WithDefault\r\n  Null\r\n}\r\n\r\nenum ColonnePKEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\ntype Composantdecartedinformationsmtiers {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  cartedesinformationsmtier_Cartededonnesmtierdtentrice(filter: filterCartedesinformationsmtier, orderBy: [orderByCartedesinformationsmtier]): [Cartedesinformationsmtier]\r\n  domainedinformationmtier_Domainedinformationrfrenc(filter: filterDomainedinformationmtier, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n}\r\n\r\ntype Composantdeconcept {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  nomdecomposantdedictionnaire: String\r\n  multiplicitminimale: ComposantdeconceptMultiplicitminimaleEnum\r\n  multiplicitmaximale: ComposantdeconceptMultiplicitmaximaleEnum\r\n  conceptabstrait: Boolean\r\n  textedeladfinition(format: StringFormat): String\r\n  typedagrgationdeconcept: ComposantdeconceptTypedagrgationdeconceptEnum\r\n  settings: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  terme_Dsignation(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  conceptdtat_Etatdeconceptcompos(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  terme_Synonyme(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  concept_Conceptdtenteur(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  conceptdtat_Conceptdtenteur(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  conceptvnement_Conceptdtenteur(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire(filter: filterClassificationdecomposantentitdudictionnaire, orderBy: [orderByClassificationdecomposantentitdudictionnaire]): [Classificationdecomposantentitdudictionnaire]\r\n}\r\n\r\ntype Composantdeconceptcalcul {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  nomdecomposantdedictionnaire: String\r\n  multiplicitminimale: ComposantdeconceptcalculMultiplicitminimaleEnum\r\n  multiplicitmaximale: ComposantdeconceptcalculMultiplicitmaximaleEnum\r\n  conceptabstrait: Boolean\r\n  textedeladfinition(format: StringFormat): String\r\n  typedagrgationdeconcept: ComposantdeconceptcalculTypedagrgationdeconceptEnum\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  terme_Dsignation(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Classedtentricedunconceptdinformationmtier(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  terme_Synonyme(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Conceptrfrenc(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\nenum ComposantdeconceptcalculMultiplicitmaximaleEnum {\r\n  One\r\n  Many\r\n}\r\n\r\nenum ComposantdeconceptcalculMultiplicitminimaleEnum {\r\n  Zero\r\n  One\r\n}\r\n\r\nenum ComposantdeconceptcalculTypedagrgationdeconceptEnum {\r\n  Composite\r\n  Embedded\r\n  Referenced\r\n}\r\n\r\nenum ComposantdeconceptMultiplicitmaximaleEnum {\r\n  One\r\n  Many\r\n}\r\n\r\nenum ComposantdeconceptMultiplicitminimaleEnum {\r\n  Zero\r\n  One\r\n}\r\n\r\nenum ComposantdeconceptTypedagrgationdeconceptEnum {\r\n  Composite\r\n  Embedded\r\n  Referenced\r\n}\r\n\r\ntype Composantdedomainedinformationmtier {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  domainedinformationmtier_Domainemtierdtenu(filter: filterDomainedinformationmtier, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n  domainedinformationmtier_Domainemtierrfrenc(filter: filterDomainedinformationmtier, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n}\r\n\r\ntype Composantdentitdudictionnaire {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  classificationdecomposantentitdudictionnaire_Classificationdecomposantentitdtenu(filter: filterClassificationdecomposantentitdudictionnaire, orderBy: [orderByClassificationdecomposantentitdudictionnaire]): [Classificationdecomposantentitdudictionnaire]\r\n}\r\n\r\nenum ComposEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\n# Une d?finition consiste en la d?termination de ce qu est un ?tre, une chose, un\r\n# mot ou un concept, par ses propri?t?s et caract?ristiques essentielles ou ses\r\n# qualit?s propres.\r\ntype Concept {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  nomdeladfinition: String\r\n  conceptabstrait: Boolean\r\n  textedeladfinition(format: StringFormat): String\r\n  settings: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  terme_Dsignation(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concepteurdedonnes_PersonneSystme(filter: filterPersonneSystme, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n  procdurestocke_Objetassoci(filter: filterProcdurestocke, orderBy: [orderByProcdurestocke]): [Procdurestocke]\r\n  basededonnes_Objetassoci(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  entitMD_Objetassoci(filter: filterEntitMD, orderBy: [orderByEntitMD]): [EntitMD]\r\n  paquetage_Objetassoci(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n  squence_Objetassoci(filter: filterSquence, orderBy: [orderBySquence]): [Squence]\r\n  associationMD_Objetassoci(filter: filterAssociationMD, orderBy: [orderByAssociationMD]): [AssociationMD]\r\n  rledelAssociationMD_Objetassoci(filter: filterRledelAssociationMD, orderBy: [orderByRledelAssociationMD]): [RledelAssociationMD]\r\n  cluster_Objetassoci(filter: filterCluster, orderBy: [orderByCluster]): [Cluster]\r\n  groupementdedonnes_Objetassoci(filter: filterGroupementdedonnes, orderBy: [orderByGroupementdedonnes]): [Groupementdedonnes]\r\n  association_Objetassoci(filter: filterAssociation, orderBy: [orderByAssociation]): [Association]\r\n  attribut_Objetassoci(filter: filterAttribut, orderBy: [orderByAttribut]): [Attribut]\r\n  classe_Objetassoci(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  association_Association_RledelAssociation_Objetassoci(filter: filterAssociation, orderBy: [orderByAssociation]): [Association]\r\n  classe_Classe_RledelAssociation_Objetassoci(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  concept_Concept_RledelAssociation_Objetassoci(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  typededonnes_Objetassoci(filter: filterTypededonnes, orderBy: [orderByTypededonnes]): [Typededonnes]\r\n  modlededonnes_Objetassoci(filter: filterModlededonnes, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  vuephysique_Objetassoci(filter: filterVuephysique, orderBy: [orderByVuephysique]): [Vuephysique]\r\n  attributMD_Objetassoci(filter: filterAttributMD, orderBy: [orderByAttributMD]): [AttributMD]\r\n  table_Objetassoci(filter: filterTable, orderBy: [orderByTable]): [Table]\r\n  cl_Objetassoci(filter: filterCl, orderBy: [orderByCl]): [Cl]\r\n  colonne_Objetassoci(filter: filterColonne, orderBy: [orderByColonne]): [Colonne]\r\n  index_Objetassoci(filter: filterIndex, orderBy: [orderByIndex]): [Index]\r\n  rglededfinitiondeconcept_Rgledeconceptdtentrice_Paramtreensortiedelargledeconcept_Paramtreensortiedelargledeconcept(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalculdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Composantdeconceptcalculdtenu(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalculdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Composantdeconceptcalculdtenu(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  terme_Synonyme(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  terme_Dsignation_Composantdeconcept_Compositiondeconcept(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Compositiondeconcept(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  terme_Synonyme_Composantdeconcept_Compositiondeconcept(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Conceptdtenteur_Composantdeconcept_Compositiondeconcept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Compositiondeconcept(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Compositiondeconcept(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Compositiondeconcept(filter: filterClassificationdecomposantentitdudictionnaire, orderBy: [orderByClassificationdecomposantentitdudictionnaire]): [Classificationdecomposantentitdudictionnaire]\r\n  individuIA_Individuclassifi_Classificationdindividu_Classificationindividuelle(filter: filterIndividuIA, orderBy: [orderByIndividuIA]): [IndividuIA]\r\n  dictionnairemtier_Dictionnairemtierdtenteur(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  terme_Dsignation_Composantdeconcept_Composantdeconceptdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Composantdeconceptdtenu(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  terme_Synonyme_Composantdeconcept_Composantdeconceptdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Concept_Composantdeconcept_Composantdeconceptdtenu(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Composantdeconceptdtenu(filter: filterClassificationdecomposantentitdudictionnaire, orderBy: [orderByClassificationdecomposantentitdudictionnaire]): [Classificationdecomposantentitdudictionnaire]\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalcul(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Composantdeconceptcalcul(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalcul(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  procdurestocke_Objetdfini(filter: filterProcdurestocke, orderBy: [orderByProcdurestocke]): [Procdurestocke]\r\n  basededonnes_Objetdfini(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  entitMD_Objetdfini(filter: filterEntitMD, orderBy: [orderByEntitMD]): [EntitMD]\r\n  paquetage_Objetdfini(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n  squence_Objetdfini(filter: filterSquence, orderBy: [orderBySquence]): [Squence]\r\n  associationMD_Objetdfini(filter: filterAssociationMD, orderBy: [orderByAssociationMD]): [AssociationMD]\r\n  rledelAssociationMD_Objetdfini(filter: filterRledelAssociationMD, orderBy: [orderByRledelAssociationMD]): [RledelAssociationMD]\r\n  cluster_Objetdfini(filter: filterCluster, orderBy: [orderByCluster]): [Cluster]\r\n  groupementdedonnes_Objetdfini(filter: filterGroupementdedonnes, orderBy: [orderByGroupementdedonnes]): [Groupementdedonnes]\r\n  association_Objetdfini(filter: filterAssociation, orderBy: [orderByAssociation]): [Association]\r\n  attribut_Objetdfini(filter: filterAttribut, orderBy: [orderByAttribut]): [Attribut]\r\n  classe_Objetdfini(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  concept_Conceptapparent_RledelAssociation_Objetdfini(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  association_Association_RledelAssociation_Objetdfini(filter: filterAssociation, orderBy: [orderByAssociation]): [Association]\r\n  classe_Classe_RledelAssociation_Objetdfini(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  typededonnes_Objetdfini(filter: filterTypededonnes, orderBy: [orderByTypededonnes]): [Typededonnes]\r\n  modlededonnes_Objetdfini(filter: filterModlededonnes, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  vuephysique_Objetdfini(filter: filterVuephysique, orderBy: [orderByVuephysique]): [Vuephysique]\r\n  attributMD_Objetdfini(filter: filterAttributMD, orderBy: [orderByAttributMD]): [AttributMD]\r\n  table_Objetdfini(filter: filterTable, orderBy: [orderByTable]): [Table]\r\n  cl_Objetdfini(filter: filterCl, orderBy: [orderByCl]): [Cl]\r\n  colonne_Objetdfini(filter: filterColonne, orderBy: [orderByColonne]): [Colonne]\r\n  index_Objetdfini(filter: filterIndex, orderBy: [orderByIndex]): [Index]\r\n  concepttype_Classifieurdeconcept_Classificationdeconcept_Classificationdeconceptdtenue(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  dossierdeconcepts_DossierParent(filter: filterDossierdeconcepts, orderBy: [orderByDossierdeconcepts]): [Dossierdeconcepts]\r\n  terme_Dsignation_Supercomposantdeconcept_Composantdesuperentitdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  terme_Synonyme_Supercomposantdeconcept_Composantdesuperentitdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concepttype_Concepttypecompose_Supercomposantdeconcept_Composantdesuperentitdtenu(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  concept_Corrl(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  concept_Apparente(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\n# Un concept d ?tat est un concept de Business Information qui repr?sente l ?tat d un autre concept de Business Information.\r\ntype Conceptdtat {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  nomdeladfinition: String\r\n  conceptabstrait: Boolean\r\n  textedeladfinition(format: StringFormat): String\r\n  settings: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  terme_Dsignation(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  terme_Dsignation_Composantdeconcept_Compositiondtatdeconcept(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  terme_Synonyme_Composantdeconcept_Compositiondtatdeconcept(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Concept_Composantdeconcept_Compositiondtatdeconcept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  concept_Conceptdtenteur_Composantdeconcept_Compositiondtatdeconcept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Compositiondtatdeconcept(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Compositiondtatdeconcept(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Compositiondtatdeconcept(filter: filterClassificationdecomposantentitdudictionnaire, orderBy: [orderByClassificationdecomposantentitdudictionnaire]): [Classificationdecomposantentitdudictionnaire]\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalculdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Composantdeconceptcalculdtenu(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalculdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Composantdeconceptcalculdtenu(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  terme_Synonyme(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  dictionnairemtier_Dictionnairemtierdtenteur(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  terme_Dsignation_Composantdeconcept_Composantdeconceptdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Composantdeconceptdtenu(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  terme_Synonyme_Composantdeconcept_Composantdeconceptdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Concept_Composantdeconcept_Composantdeconceptdtenu(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Composantdeconceptdtenu(filter: filterClassificationdecomposantentitdudictionnaire, orderBy: [orderByClassificationdecomposantentitdudictionnaire]): [Classificationdecomposantentitdudictionnaire]\r\n}\r\n\r\ninput ConceptdtatFilter {\r\n  and: [ConceptdtatFilter!]\r\n  or: [ConceptdtatFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nomdeladfinition: String\r\n  nomdeladfinition_not: String\r\n  nomdeladfinition_in: [String!]\r\n  nomdeladfinition_not_in: [String!]\r\n  nomdeladfinition_lt: String\r\n  nomdeladfinition_lte: String\r\n  nomdeladfinition_gt: String\r\n  nomdeladfinition_gte: String\r\n  nomdeladfinition_contains: String\r\n  nomdeladfinition_not_contains: String\r\n  nomdeladfinition_starts_with: String\r\n  nomdeladfinition_not_starts_with: String\r\n  nomdeladfinition_ends_with: String\r\n  nomdeladfinition_not_ends_with: String\r\n  conceptabstrait: Boolean\r\n  conceptabstrait_not: Boolean\r\n  textedeladfinition: String\r\n  textedeladfinition_not: String\r\n  textedeladfinition_in: [String!]\r\n  textedeladfinition_not_in: [String!]\r\n  textedeladfinition_lt: String\r\n  textedeladfinition_lte: String\r\n  textedeladfinition_gt: String\r\n  textedeladfinition_gte: String\r\n  textedeladfinition_contains: String\r\n  textedeladfinition_not_contains: String\r\n  textedeladfinition_starts_with: String\r\n  textedeladfinition_not_starts_with: String\r\n  textedeladfinition_ends_with: String\r\n  textedeladfinition_not_ends_with: String\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [ConceptdtatFilter!]\r\n  documentmtier_Documentrfrenc_some: [ConceptdtatFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [ConceptdtatFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [ConceptdtatFilter!]\r\n  terme_Dsignation_some: [ConceptdtatFilter!]\r\n  terme_Dsignation_Composantdeconcept_Compositiondtatdeconcept_some: [ConceptdtatFilter!]\r\n  terme_Synonyme_Composantdeconcept_Compositiondtatdeconcept_some: [ConceptdtatFilter!]\r\n  concept_Concept_Composantdeconcept_Compositiondtatdeconcept_some: [ConceptdtatFilter!]\r\n  concept_Conceptdtenteur_Composantdeconcept_Compositiondtatdeconcept_some: [ConceptdtatFilter!]\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Compositiondtatdeconcept_some: [ConceptdtatFilter!]\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Compositiondtatdeconcept_some: [ConceptdtatFilter!]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Compositiondtatdeconcept_some: [ConceptdtatFilter!]\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalculdtenu_some: [ConceptdtatFilter!]\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Composantdeconceptcalculdtenu_some: [ConceptdtatFilter!]\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalculdtenu_some: [ConceptdtatFilter!]\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Composantdeconceptcalculdtenu_some: [ConceptdtatFilter!]\r\n  terme_Synonyme_some: [ConceptdtatFilter!]\r\n  dictionnairemtier_Dictionnairemtierdtenteur_some: [ConceptdtatFilter!]\r\n  terme_Dsignation_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptdtatFilter!]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptdtatFilter!]\r\n  terme_Synonyme_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptdtatFilter!]\r\n  concept_Concept_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptdtatFilter!]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptdtatFilter!]\r\n}\r\n\r\ninput ConceptFilter {\r\n  and: [ConceptFilter!]\r\n  or: [ConceptFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nomdeladfinition: String\r\n  nomdeladfinition_not: String\r\n  nomdeladfinition_in: [String!]\r\n  nomdeladfinition_not_in: [String!]\r\n  nomdeladfinition_lt: String\r\n  nomdeladfinition_lte: String\r\n  nomdeladfinition_gt: String\r\n  nomdeladfinition_gte: String\r\n  nomdeladfinition_contains: String\r\n  nomdeladfinition_not_contains: String\r\n  nomdeladfinition_starts_with: String\r\n  nomdeladfinition_not_starts_with: String\r\n  nomdeladfinition_ends_with: String\r\n  nomdeladfinition_not_ends_with: String\r\n  conceptabstrait: Boolean\r\n  conceptabstrait_not: Boolean\r\n  textedeladfinition: String\r\n  textedeladfinition_not: String\r\n  textedeladfinition_in: [String!]\r\n  textedeladfinition_not_in: [String!]\r\n  textedeladfinition_lt: String\r\n  textedeladfinition_lte: String\r\n  textedeladfinition_gt: String\r\n  textedeladfinition_gte: String\r\n  textedeladfinition_contains: String\r\n  textedeladfinition_not_contains: String\r\n  textedeladfinition_starts_with: String\r\n  textedeladfinition_not_starts_with: String\r\n  textedeladfinition_ends_with: String\r\n  textedeladfinition_not_ends_with: String\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [ConceptFilter!]\r\n  documentmtier_Documentrfrenc_some: [ConceptFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [ConceptFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [ConceptFilter!]\r\n  terme_Dsignation_some: [ConceptFilter!]\r\n  concepteurdedonnes_PersonneSystme_some: [ConceptFilter!]\r\n  procdurestocke_Objetassoci_some: [ConceptFilter!]\r\n  basededonnes_Objetassoci_some: [ConceptFilter!]\r\n  entitMD_Objetassoci_some: [ConceptFilter!]\r\n  paquetage_Objetassoci_some: [ConceptFilter!]\r\n  squence_Objetassoci_some: [ConceptFilter!]\r\n  associationMD_Objetassoci_some: [ConceptFilter!]\r\n  rledelAssociationMD_Objetassoci_some: [ConceptFilter!]\r\n  cluster_Objetassoci_some: [ConceptFilter!]\r\n  groupementdedonnes_Objetassoci_some: [ConceptFilter!]\r\n  association_Objetassoci_some: [ConceptFilter!]\r\n  attribut_Objetassoci_some: [ConceptFilter!]\r\n  classe_Objetassoci_some: [ConceptFilter!]\r\n  association_Association_RledelAssociation_Objetassoci_some: [ConceptFilter!]\r\n  classe_Classe_RledelAssociation_Objetassoci_some: [ConceptFilter!]\r\n  concept_Concept_RledelAssociation_Objetassoci_some: [ConceptFilter!]\r\n  typededonnes_Objetassoci_some: [ConceptFilter!]\r\n  modlededonnes_Objetassoci_some: [ConceptFilter!]\r\n  vuephysique_Objetassoci_some: [ConceptFilter!]\r\n  attributMD_Objetassoci_some: [ConceptFilter!]\r\n  table_Objetassoci_some: [ConceptFilter!]\r\n  cl_Objetassoci_some: [ConceptFilter!]\r\n  colonne_Objetassoci_some: [ConceptFilter!]\r\n  index_Objetassoci_some: [ConceptFilter!]\r\n  rglededfinitiondeconcept_Rgledeconceptdtentrice_Paramtreensortiedelargledeconcept_Paramtreensortiedelargledeconcept_some: [ConceptFilter!]\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalculdtenu_some: [ConceptFilter!]\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Composantdeconceptcalculdtenu_some: [ConceptFilter!]\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalculdtenu_some: [ConceptFilter!]\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Composantdeconceptcalculdtenu_some: [ConceptFilter!]\r\n  terme_Synonyme_some: [ConceptFilter!]\r\n  terme_Dsignation_Composantdeconcept_Compositiondeconcept_some: [ConceptFilter!]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Compositiondeconcept_some: [ConceptFilter!]\r\n  terme_Synonyme_Composantdeconcept_Compositiondeconcept_some: [ConceptFilter!]\r\n  concept_Conceptdtenteur_Composantdeconcept_Compositiondeconcept_some: [ConceptFilter!]\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Compositiondeconcept_some: [ConceptFilter!]\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Compositiondeconcept_some: [ConceptFilter!]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Compositiondeconcept_some: [ConceptFilter!]\r\n  individuIA_Individuclassifi_Classificationdindividu_Classificationindividuelle_some: [ConceptFilter!]\r\n  dictionnairemtier_Dictionnairemtierdtenteur_some: [ConceptFilter!]\r\n  terme_Dsignation_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptFilter!]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptFilter!]\r\n  terme_Synonyme_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptFilter!]\r\n  concept_Concept_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptFilter!]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptFilter!]\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalcul_some: [ConceptFilter!]\r\n  concept_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul_some: [ConceptFilter!]\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul_some: [ConceptFilter!]\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul_some: [ConceptFilter!]\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Composantdeconceptcalcul_some: [ConceptFilter!]\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalcul_some: [ConceptFilter!]\r\n  procdurestocke_Objetdfini_some: [ConceptFilter!]\r\n  basededonnes_Objetdfini_some: [ConceptFilter!]\r\n  entitMD_Objetdfini_some: [ConceptFilter!]\r\n  paquetage_Objetdfini_some: [ConceptFilter!]\r\n  squence_Objetdfini_some: [ConceptFilter!]\r\n  associationMD_Objetdfini_some: [ConceptFilter!]\r\n  rledelAssociationMD_Objetdfini_some: [ConceptFilter!]\r\n  cluster_Objetdfini_some: [ConceptFilter!]\r\n  groupementdedonnes_Objetdfini_some: [ConceptFilter!]\r\n  association_Objetdfini_some: [ConceptFilter!]\r\n  attribut_Objetdfini_some: [ConceptFilter!]\r\n  classe_Objetdfini_some: [ConceptFilter!]\r\n  concept_Conceptapparent_RledelAssociation_Objetdfini_some: [ConceptFilter!]\r\n  association_Association_RledelAssociation_Objetdfini_some: [ConceptFilter!]\r\n  classe_Classe_RledelAssociation_Objetdfini_some: [ConceptFilter!]\r\n  typededonnes_Objetdfini_some: [ConceptFilter!]\r\n  modlededonnes_Objetdfini_some: [ConceptFilter!]\r\n  vuephysique_Objetdfini_some: [ConceptFilter!]\r\n  attributMD_Objetdfini_some: [ConceptFilter!]\r\n  table_Objetdfini_some: [ConceptFilter!]\r\n  cl_Objetdfini_some: [ConceptFilter!]\r\n  colonne_Objetdfini_some: [ConceptFilter!]\r\n  index_Objetdfini_some: [ConceptFilter!]\r\n  concepttype_Classifieurdeconcept_Classificationdeconcept_Classificationdeconceptdtenue_some: [ConceptFilter!]\r\n  dossierdeconcepts_DossierParent_some: [ConceptFilter!]\r\n  terme_Dsignation_Supercomposantdeconcept_Composantdesuperentitdtenu_some: [ConceptFilter!]\r\n  terme_Synonyme_Supercomposantdeconcept_Composantdesuperentitdtenu_some: [ConceptFilter!]\r\n  concepttype_Concepttypecompose_Supercomposantdeconcept_Composantdesuperentitdtenu_some: [ConceptFilter!]\r\n  concept_Corrl_some: [ConceptFilter!]\r\n  concept_Apparente_some: [ConceptFilter!]\r\n}\r\n\r\ntype Concepttype {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  nomdeladfinition: String\r\n  conceptabstrait: Boolean\r\n  textedeladfinition(format: StringFormat): String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  terme_Dsignation(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concepteurdedonnes_PersonneSystme(filter: filterPersonneSystme, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n  terme_Synonyme(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Conceptclassifi_Classificationdeconcept_Classificationdeconcept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  dictionnairemtier_Dictionnairemtierdtenteur(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  terme_Dsignation_Supercomposantdeconcept_Usageduconcepttype(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  terme_Synonyme_Supercomposantdeconcept_Usageduconcepttype(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Dfinitiondeconcept_Supercomposantdeconcept_Usageduconcepttype(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\ninput ConcepttypeFilter {\r\n  and: [ConcepttypeFilter!]\r\n  or: [ConcepttypeFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nomdeladfinition: String\r\n  nomdeladfinition_not: String\r\n  nomdeladfinition_in: [String!]\r\n  nomdeladfinition_not_in: [String!]\r\n  nomdeladfinition_lt: String\r\n  nomdeladfinition_lte: String\r\n  nomdeladfinition_gt: String\r\n  nomdeladfinition_gte: String\r\n  nomdeladfinition_contains: String\r\n  nomdeladfinition_not_contains: String\r\n  nomdeladfinition_starts_with: String\r\n  nomdeladfinition_not_starts_with: String\r\n  nomdeladfinition_ends_with: String\r\n  nomdeladfinition_not_ends_with: String\r\n  conceptabstrait: Boolean\r\n  conceptabstrait_not: Boolean\r\n  textedeladfinition: String\r\n  textedeladfinition_not: String\r\n  textedeladfinition_in: [String!]\r\n  textedeladfinition_not_in: [String!]\r\n  textedeladfinition_lt: String\r\n  textedeladfinition_lte: String\r\n  textedeladfinition_gt: String\r\n  textedeladfinition_gte: String\r\n  textedeladfinition_contains: String\r\n  textedeladfinition_not_contains: String\r\n  textedeladfinition_starts_with: String\r\n  textedeladfinition_not_starts_with: String\r\n  textedeladfinition_ends_with: String\r\n  textedeladfinition_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [ConcepttypeFilter!]\r\n  documentmtier_Documentrfrenc_some: [ConcepttypeFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [ConcepttypeFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [ConcepttypeFilter!]\r\n  terme_Dsignation_some: [ConcepttypeFilter!]\r\n  concepteurdedonnes_PersonneSystme_some: [ConcepttypeFilter!]\r\n  terme_Synonyme_some: [ConcepttypeFilter!]\r\n  concept_Conceptclassifi_Classificationdeconcept_Classificationdeconcept_some: [ConcepttypeFilter!]\r\n  dictionnairemtier_Dictionnairemtierdtenteur_some: [ConcepttypeFilter!]\r\n  terme_Dsignation_Supercomposantdeconcept_Usageduconcepttype_some: [ConcepttypeFilter!]\r\n  terme_Synonyme_Supercomposantdeconcept_Usageduconcepttype_some: [ConcepttypeFilter!]\r\n  concept_Dfinitiondeconcept_Supercomposantdeconcept_Usageduconcepttype_some: [ConcepttypeFilter!]\r\n}\r\n\r\ntype Conceptvnement {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  nomdeladfinition: String\r\n  conceptabstrait: Boolean\r\n  textedeladfinition(format: StringFormat): String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  terme_Dsignation(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalculdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Composantdeconceptcalculdtenu(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalculdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Composantdeconceptcalculdtenu(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  terme_Synonyme(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  dictionnairemtier_Dictionnairemtierdtenteur(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  terme_Dsignation_Composantdeconcept_Composantdeconceptdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Composantdeconceptdtenu(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  terme_Synonyme_Composantdeconcept_Composantdeconceptdtenu(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Concept_Composantdeconcept_Composantdeconceptdtenu(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Composantdeconceptdtenu(filter: filterClassificationdecomposantentitdudictionnaire, orderBy: [orderByClassificationdecomposantentitdudictionnaire]): [Classificationdecomposantentitdudictionnaire]\r\n}\r\n\r\ninput ConceptvnementFilter {\r\n  and: [ConceptvnementFilter!]\r\n  or: [ConceptvnementFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nomdeladfinition: String\r\n  nomdeladfinition_not: String\r\n  nomdeladfinition_in: [String!]\r\n  nomdeladfinition_not_in: [String!]\r\n  nomdeladfinition_lt: String\r\n  nomdeladfinition_lte: String\r\n  nomdeladfinition_gt: String\r\n  nomdeladfinition_gte: String\r\n  nomdeladfinition_contains: String\r\n  nomdeladfinition_not_contains: String\r\n  nomdeladfinition_starts_with: String\r\n  nomdeladfinition_not_starts_with: String\r\n  nomdeladfinition_ends_with: String\r\n  nomdeladfinition_not_ends_with: String\r\n  conceptabstrait: Boolean\r\n  conceptabstrait_not: Boolean\r\n  textedeladfinition: String\r\n  textedeladfinition_not: String\r\n  textedeladfinition_in: [String!]\r\n  textedeladfinition_not_in: [String!]\r\n  textedeladfinition_lt: String\r\n  textedeladfinition_lte: String\r\n  textedeladfinition_gt: String\r\n  textedeladfinition_gte: String\r\n  textedeladfinition_contains: String\r\n  textedeladfinition_not_contains: String\r\n  textedeladfinition_starts_with: String\r\n  textedeladfinition_not_starts_with: String\r\n  textedeladfinition_ends_with: String\r\n  textedeladfinition_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [ConceptvnementFilter!]\r\n  documentmtier_Documentrfrenc_some: [ConceptvnementFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [ConceptvnementFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [ConceptvnementFilter!]\r\n  terme_Dsignation_some: [ConceptvnementFilter!]\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalculdtenu_some: [ConceptvnementFilter!]\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Composantdeconceptcalculdtenu_some: [ConceptvnementFilter!]\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalculdtenu_some: [ConceptvnementFilter!]\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Composantdeconceptcalculdtenu_some: [ConceptvnementFilter!]\r\n  terme_Synonyme_some: [ConceptvnementFilter!]\r\n  dictionnairemtier_Dictionnairemtierdtenteur_some: [ConceptvnementFilter!]\r\n  terme_Dsignation_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptvnementFilter!]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptvnementFilter!]\r\n  terme_Synonyme_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptvnementFilter!]\r\n  concept_Concept_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptvnementFilter!]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Composantdeconceptdtenu_some: [ConceptvnementFilter!]\r\n}\r\n\r\ntype ContextType {\r\n  userId: String\r\n  databaseId: String\r\n  libraryId: String\r\n  profileId: String\r\n  currencyCode: String\r\n  currencyId: String\r\n  language: String\r\n  languageId: String\r\n  databaseLanguage: String\r\n  databaseLanguageId: String\r\n  systemLanguage: String\r\n  systemLanguageId: String\r\n  workingEnvironmentTemplate: String\r\n  workingEnvironmentGroupTemplate: String\r\n  workingEnvironmentTopicTemplate: String\r\n  workingEnvironment: String\r\n  workingEnvironmentGroup: String\r\n  workingEnvironmentTopic: String\r\n  workingEnvironmentEntryPoint: String\r\n}\r\n\r\nenum CorrespondancepotentielleEnumFilter {\r\n  Table\r\n  Foreignkeys\r\n}\r\n\r\nenum creationMode {\r\n  RAW\r\n  BUSINESS\r\n}\r\n\r\nenum CYCLEOracleEnumFilter {\r\n  CYCLE\r\n  NOCYCLE\r\n}\r\n\r\nenum DatatypedelasequenceEnumFilter {\r\n  BIGINT\r\n  INTEGER\r\n  SMALLINT\r\n  DECIMAL\r\n}\r\n\r\n# The `Date` scalar type represents a year, month and day in accordance with the\r\n# [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.\r\nscalar Date\r\n\r\n# The `DateTime` scalar type represents a date and time. `DateTime` expects\r\n# timestamps to be formatted in accordance with the\r\n# [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.\r\nscalar DateTime\r\n\r\n# The `DateTimeOffset` scalar type represents a date, time and offset from UTC.\r\n# `DateTimeOffset` expects timestamps to be formatted in accordance with the\r\n# [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.\r\nscalar DateTimeOffset\r\n\r\nscalar Decimal\r\n\r\nenum DefinitionLevelEnumFilter {\r\n  Systemaggregation\r\n  System\r\n  User\r\n  Referentialintegrity\r\n}\r\n\r\nenum DelphiAccessorEnumFilter {\r\n  WriteAttribut\r\n  WriteOperation\r\n  ReadAttribute\r\n  ReadOperation\r\n  ReadAttribute_WriteAttribute\r\n  ReadAttribute_WriteOperation\r\n  ReadOperation_WriteAttribute\r\n  ReadOperation_WriteOperation\r\n}\r\n\r\n# Un dictionnaire m?tier repr?sente l ensemble de ce qui constitue l objet d un\r\n# art, d une science, d une discipline ou du champ d une ?tude.\r\ntype Dictionnairemtier {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  concepteurdedonnes_PersonneSystme(filter: filterPersonneSystme, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n  concepttype_Briquedinformationmtierdtenue(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  concept_Briquedinformationmtierdtenue(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  terme_Briquedinformationmtierdtenue(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  rglededfinitiondeconcept_Briquedinformationmtierdtenue(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  domainedinformationmtier_Briquedinformationmtierdtenue(filter: filterDomainedinformationmtier, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n  conceptdtat_Briquedinformationmtierdtenue(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  conceptvnement_Briquedinformationmtierdtenue(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  individuIA_Briquedinformationmtierdtenue(filter: filterIndividuIA, orderBy: [orderByIndividuIA]): [IndividuIA]\r\n  cartedesinformationsmtier_Briquedinformationmtierdtenue(filter: filterCartedesinformationsmtier, orderBy: [orderByCartedesinformationsmtier]): [Cartedesinformationsmtier]\r\n}\r\n\r\ninput DictionnairemtierFilter {\r\n  and: [DictionnairemtierFilter!]\r\n  or: [DictionnairemtierFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [DictionnairemtierFilter!]\r\n  documentmtier_Documentrfrenc_some: [DictionnairemtierFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [DictionnairemtierFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [DictionnairemtierFilter!]\r\n  concepteurdedonnes_PersonneSystme_some: [DictionnairemtierFilter!]\r\n  concepttype_Briquedinformationmtierdtenue_some: [DictionnairemtierFilter!]\r\n  concept_Briquedinformationmtierdtenue_some: [DictionnairemtierFilter!]\r\n  terme_Briquedinformationmtierdtenue_some: [DictionnairemtierFilter!]\r\n  rglededfinitiondeconcept_Briquedinformationmtierdtenue_some: [DictionnairemtierFilter!]\r\n  domainedinformationmtier_Briquedinformationmtierdtenue_some: [DictionnairemtierFilter!]\r\n  conceptdtat_Briquedinformationmtierdtenue_some: [DictionnairemtierFilter!]\r\n  conceptvnement_Briquedinformationmtierdtenue_some: [DictionnairemtierFilter!]\r\n  individuIA_Briquedinformationmtierdtenue_some: [DictionnairemtierFilter!]\r\n  cartedesinformationsmtier_Briquedinformationmtierdtenue_some: [DictionnairemtierFilter!]\r\n}\r\n\r\n# Un Document m?tier est un document dont le contenu est ind?pendant du\r\n# r?f?rentiel MEGA. Ce document peut ?tre un fichier word, power point ou autre.\r\ntype Documentmtier {\r\n  id: String\r\n  downloadLink: String\r\n  uploadLink: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  encrypt: Boolean\r\n  gDPRDocumentID: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  concepttype_Objetdocument(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  procdurestocke_Objetdocument(filter: filterProcdurestocke, orderBy: [orderByProcdurestocke]): [Procdurestocke]\r\n  dictionnairemtier_Objetdocument(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  concept_Objetdocument(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  terme_Objetdocument(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  basededonnes_Objetdocument(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  entitMD_Objetdocument(filter: filterEntitMD, orderBy: [orderByEntitMD]): [EntitMD]\r\n  rglededfinitiondeconcept_Objetdocument(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  domainedinformationmtier_Objetdocument(filter: filterDomainedinformationmtier, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n  paquetage_Objetdocument(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n  conceptdtat_Objetdocument(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  association_Objetdocument(filter: filterAssociation, orderBy: [orderByAssociation]): [Association]\r\n  classe_Objetdocument(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  typededonnes_Objetdocument(filter: filterTypededonnes, orderBy: [orderByTypededonnes]): [Typededonnes]\r\n  conceptvnement_Objetdocument(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  individuIA_Objetdocument(filter: filterIndividuIA, orderBy: [orderByIndividuIA]): [IndividuIA]\r\n  modlededonnes_Objetdocument(filter: filterModlededonnes, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  vuephysique_Objetdocument(filter: filterVuephysique, orderBy: [orderByVuephysique]): [Vuephysique]\r\n  table_Objetdocument(filter: filterTable, orderBy: [orderByTable]): [Table]\r\n  cartedesinformationsmtier_Objetdocument(filter: filterCartedesinformationsmtier, orderBy: [orderByCartedesinformationsmtier]): [Cartedesinformationsmtier]\r\n  concepttype_Objet(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  procdurestocke_Objet(filter: filterProcdurestocke, orderBy: [orderByProcdurestocke]): [Procdurestocke]\r\n  dictionnairemtier_Objet(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  concept_Objet(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  terme_Objet(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  basededonnes_Objet(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  entitMD_Objet(filter: filterEntitMD, orderBy: [orderByEntitMD]): [EntitMD]\r\n  rglededfinitiondeconcept_Objet(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  domainedinformationmtier_Objet(filter: filterDomainedinformationmtier, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n  paquetage_Objet(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n  conceptdtat_Objet(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  association_Objet(filter: filterAssociation, orderBy: [orderByAssociation]): [Association]\r\n  classe_Objet(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  typededonnes_Objet(filter: filterTypededonnes, orderBy: [orderByTypededonnes]): [Typededonnes]\r\n  conceptvnement_Objet(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  individuIA_Objet(filter: filterIndividuIA, orderBy: [orderByIndividuIA]): [IndividuIA]\r\n  modlededonnes_Objet(filter: filterModlededonnes, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  vuephysique_Objet(filter: filterVuephysique, orderBy: [orderByVuephysique]): [Vuephysique]\r\n  table_Objet(filter: filterTable, orderBy: [orderByTable]): [Table]\r\n  cartedesinformationsmtier_Objet(filter: filterCartedesinformationsmtier, orderBy: [orderByCartedesinformationsmtier]): [Cartedesinformationsmtier]\r\n  catgoriededocument_Categoriedudocument(filter: filterCatgoriededocument, orderBy: [orderByCatgoriededocument]): [Catgoriededocument]\r\n  modlededocumentmtier_Modledudocument(filter: filterModlededocumentmtier, orderBy: [orderByModlededocumentmtier]): [Modlededocumentmtier]\r\n  versiondudocumentmtier_Versionsdudocument(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n}\r\n\r\ninput DocumentmtierFilter {\r\n  and: [DocumentmtierFilter!]\r\n  or: [DocumentmtierFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  encrypt: Boolean\r\n  encrypt_not: Boolean\r\n  gDPRDocumentID: String\r\n  gDPRDocumentID_not: String\r\n  gDPRDocumentID_in: [String!]\r\n  gDPRDocumentID_not_in: [String!]\r\n  gDPRDocumentID_lt: String\r\n  gDPRDocumentID_lte: String\r\n  gDPRDocumentID_gt: String\r\n  gDPRDocumentID_gte: String\r\n  gDPRDocumentID_contains: String\r\n  gDPRDocumentID_not_contains: String\r\n  gDPRDocumentID_starts_with: String\r\n  gDPRDocumentID_not_starts_with: String\r\n  gDPRDocumentID_ends_with: String\r\n  gDPRDocumentID_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  concepttype_Objetdocument_some: [DocumentmtierFilter!]\r\n  procdurestocke_Objetdocument_some: [DocumentmtierFilter!]\r\n  dictionnairemtier_Objetdocument_some: [DocumentmtierFilter!]\r\n  concept_Objetdocument_some: [DocumentmtierFilter!]\r\n  terme_Objetdocument_some: [DocumentmtierFilter!]\r\n  basededonnes_Objetdocument_some: [DocumentmtierFilter!]\r\n  entitMD_Objetdocument_some: [DocumentmtierFilter!]\r\n  rglededfinitiondeconcept_Objetdocument_some: [DocumentmtierFilter!]\r\n  domainedinformationmtier_Objetdocument_some: [DocumentmtierFilter!]\r\n  paquetage_Objetdocument_some: [DocumentmtierFilter!]\r\n  conceptdtat_Objetdocument_some: [DocumentmtierFilter!]\r\n  association_Objetdocument_some: [DocumentmtierFilter!]\r\n  classe_Objetdocument_some: [DocumentmtierFilter!]\r\n  typededonnes_Objetdocument_some: [DocumentmtierFilter!]\r\n  conceptvnement_Objetdocument_some: [DocumentmtierFilter!]\r\n  individuIA_Objetdocument_some: [DocumentmtierFilter!]\r\n  modlededonnes_Objetdocument_some: [DocumentmtierFilter!]\r\n  vuephysique_Objetdocument_some: [DocumentmtierFilter!]\r\n  table_Objetdocument_some: [DocumentmtierFilter!]\r\n  cartedesinformationsmtier_Objetdocument_some: [DocumentmtierFilter!]\r\n  concepttype_Objet_some: [DocumentmtierFilter!]\r\n  procdurestocke_Objet_some: [DocumentmtierFilter!]\r\n  dictionnairemtier_Objet_some: [DocumentmtierFilter!]\r\n  concept_Objet_some: [DocumentmtierFilter!]\r\n  terme_Objet_some: [DocumentmtierFilter!]\r\n  basededonnes_Objet_some: [DocumentmtierFilter!]\r\n  entitMD_Objet_some: [DocumentmtierFilter!]\r\n  rglededfinitiondeconcept_Objet_some: [DocumentmtierFilter!]\r\n  domainedinformationmtier_Objet_some: [DocumentmtierFilter!]\r\n  paquetage_Objet_some: [DocumentmtierFilter!]\r\n  conceptdtat_Objet_some: [DocumentmtierFilter!]\r\n  association_Objet_some: [DocumentmtierFilter!]\r\n  classe_Objet_some: [DocumentmtierFilter!]\r\n  typededonnes_Objet_some: [DocumentmtierFilter!]\r\n  conceptvnement_Objet_some: [DocumentmtierFilter!]\r\n  individuIA_Objet_some: [DocumentmtierFilter!]\r\n  modlededonnes_Objet_some: [DocumentmtierFilter!]\r\n  vuephysique_Objet_some: [DocumentmtierFilter!]\r\n  table_Objet_some: [DocumentmtierFilter!]\r\n  cartedesinformationsmtier_Objet_some: [DocumentmtierFilter!]\r\n  catgoriededocument_Categoriedudocument_some: [DocumentmtierFilter!]\r\n  modlededocumentmtier_Modledudocument_some: [DocumentmtierFilter!]\r\n  versiondudocumentmtier_Versionsdudocument_some: [DocumentmtierFilter!]\r\n}\r\n\r\n# Un domaine d information m?tier est un sous-ensemble d ?l?ments d un domaine de\r\n# connaissance qui permet de r?duire le champ d une ?tude.\r\ntype Domainedinformationmtier {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  domainedinformationmtier_Domainemtierrfrenc_Composantdedomainedinformationmtier_Composantdedomainemtierdtenu(filter: filterDomainedinformationmtier, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n  domainedinformationmtier_Domainemtierdtenu_Composantdedomainedinformationmtier_Rlededomainemtier(filter: filterDomainedinformationmtier, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n  dictionnairemtier_Dictionnairemtierdtenteur(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  cartedesinformationsmtier_Cartededonnesmtierdtentrice_Composantdecartedinformationsmtiers_Composantdecartedinformationmtier(filter: filterCartedesinformationsmtier, orderBy: [orderByCartedesinformationsmtier]): [Cartedesinformationsmtier]\r\n}\r\n\r\ninput DomainedinformationmtierFilter {\r\n  and: [DomainedinformationmtierFilter!]\r\n  or: [DomainedinformationmtierFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [DomainedinformationmtierFilter!]\r\n  documentmtier_Documentrfrenc_some: [DomainedinformationmtierFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [DomainedinformationmtierFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [DomainedinformationmtierFilter!]\r\n  domainedinformationmtier_Domainemtierrfrenc_Composantdedomainedinformationmtier_Composantdedomainemtierdtenu_some: [DomainedinformationmtierFilter!]\r\n  domainedinformationmtier_Domainemtierdtenu_Composantdedomainedinformationmtier_Rlededomainemtier_some: [DomainedinformationmtierFilter!]\r\n  dictionnairemtier_Dictionnairemtierdtenteur_some: [DomainedinformationmtierFilter!]\r\n  cartedesinformationsmtier_Cartededonnesmtierdtentrice_Composantdecartedinformationsmtiers_Composantdecartedinformationmtier_some: [DomainedinformationmtierFilter!]\r\n}\r\n\r\n# Regroupement non m?thodologique de d?finitions.Ce concept permet de rassembler\r\n# sous une m?me racine des d?finitions autour d un m?me th?me lorsque ce th?me n\r\n# est pas exprimable dans la m?thode.\r\ntype Dossierdeconcepts {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  concept_Conceptrfrenc(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\ninput DossierdeconceptsFilter {\r\n  and: [DossierdeconceptsFilter!]\r\n  or: [DossierdeconceptsFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  concept_Conceptrfrenc_some: [DossierdeconceptsFilter!]\r\n}\r\n\r\n# Une entit? est un regroupement d objets poss?dant des caract?ristiques communes\r\n# et un comportement semblable. Les entit?s sont des ?l?ments de gestion\r\n# consid?r?s d int?r?t pour repr?senter l activit? de l entreprise et sont donc\r\n# g?n?ralement conserv?s ? cet effet. Elles pourront, par exemple, donner lieu ?\r\n# des tables dans une base de donn?es.\r\ntype EntitMD {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  abstraite: EntitMDAbstraiteEnum\r\n  nomSql: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  modlededonnes_Modledesdonnes(filter: filterModlededonnes, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  modlededonnes_Modlededonnesutilisateur(filter: filterModlededonnes, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  modlededonnes_Modlededonnesdtenteur(filter: filterModlededonnes, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  rledelAssociationMD_RledelassociationMD(filter: filterRledelAssociationMD, orderBy: [orderByRledelAssociationMD]): [RledelAssociationMD]\r\n  attributMD(filter: filterAttributMD, orderBy: [orderByAttributMD]): [AttributMD]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\nenum EntitMDAbstraiteEnum {\r\n  No\r\n  Yes\r\n}\r\n\r\ninput EntitMDFilter {\r\n  and: [EntitMDFilter!]\r\n  or: [EntitMDFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  abstraite: EntitMDAbstraiteEnum\r\n  abstraite_not: EntitMDAbstraiteEnum\r\n  abstraite_in: [EntitMDAbstraiteEnum!]\r\n  abstraite_not_in: [EntitMDAbstraiteEnum!]\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String!]\r\n  nomSql_not_in: [String!]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  modlededonnes_Modledesdonnes_some: [EntitMDFilter!]\r\n  documentmtier_Documentjoint_some: [EntitMDFilter!]\r\n  documentmtier_Documentrfrenc_some: [EntitMDFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [EntitMDFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [EntitMDFilter!]\r\n  concept_Conceptapparent_some: [EntitMDFilter!]\r\n  modlededonnes_Modlededonnesutilisateur_some: [EntitMDFilter!]\r\n  modlededonnes_Modlededonnesdtenteur_some: [EntitMDFilter!]\r\n  rledelAssociationMD_RledelassociationMD_some: [EntitMDFilter!]\r\n  attributMD_some: [EntitMDFilter!]\r\n  concept_some: [EntitMDFilter!]\r\n}\r\n\r\nenum ExigEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\n# Filters of Association\r\ninput filterAssociation {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  uMLNomdassociation: String\r\n  uMLNomdassociation_not: String\r\n  uMLNomdassociation_in: [String]\r\n  uMLNomdassociation_not_in: [String]\r\n  uMLNomdassociation_lt: String\r\n  uMLNomdassociation_lte: String\r\n  uMLNomdassociation_gt: String\r\n  uMLNomdassociation_gte: String\r\n  uMLNomdassociation_contains: String\r\n  uMLNomdassociation_not_contains: String\r\n  uMLNomdassociation_starts_with: String\r\n  uMLNomdassociation_not_starts_with: String\r\n  uMLNomdassociation_ends_with: String\r\n  uMLNomdassociation_not_ends_with: String\r\n  persistante: PersistanteEnumFilter\r\n  persistante_not: PersistanteEnumFilter\r\n  persistante_in: [PersistanteEnumFilter]\r\n  persistante_not_in: [PersistanteEnumFilter]\r\n  associationdrive: AssociationdriveEnumFilter\r\n  associationdrive_not: AssociationdriveEnumFilter\r\n  associationdrive_in: [AssociationdriveEnumFilter]\r\n  associationdrive_not_in: [AssociationdriveEnumFilter]\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String]\r\n  nomSql_not_in: [String]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  associationMetaClassIdAbs: String\r\n  associationMetaClassIdAbs_not: String\r\n  associationMetaClassIdAbs_in: [String]\r\n  associationMetaClassIdAbs_not_in: [String]\r\n  associationMetaClassIdAbs_lt: String\r\n  associationMetaClassIdAbs_lte: String\r\n  associationMetaClassIdAbs_gt: String\r\n  associationMetaClassIdAbs_gte: String\r\n  associationMetaClassIdAbs_contains: String\r\n  associationMetaClassIdAbs_not_contains: String\r\n  associationMetaClassIdAbs_starts_with: String\r\n  associationMetaClassIdAbs_not_starts_with: String\r\n  associationMetaClassIdAbs_ends_with: String\r\n  associationMetaClassIdAbs_not_ends_with: String\r\n  typedassociation: TypedassociationEnumFilter\r\n  typedassociation_not: TypedassociationEnumFilter\r\n  typedassociation_in: [TypedassociationEnumFilter]\r\n  typedassociation_not_in: [TypedassociationEnumFilter]\r\n  correspondancepotentielle: CorrespondancepotentielleEnumFilter\r\n  correspondancepotentielle_not: CorrespondancepotentielleEnumFilter\r\n  correspondancepotentielle_in: [CorrespondancepotentielleEnumFilter]\r\n  correspondancepotentielle_not_in: [CorrespondancepotentielleEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of AssociationMD\r\ninput filterAssociationMD {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  uMLNomdassociation: String\r\n  uMLNomdassociation_not: String\r\n  uMLNomdassociation_in: [String]\r\n  uMLNomdassociation_not_in: [String]\r\n  uMLNomdassociation_lt: String\r\n  uMLNomdassociation_lte: String\r\n  uMLNomdassociation_gt: String\r\n  uMLNomdassociation_gte: String\r\n  uMLNomdassociation_contains: String\r\n  uMLNomdassociation_not_contains: String\r\n  uMLNomdassociation_starts_with: String\r\n  uMLNomdassociation_not_starts_with: String\r\n  uMLNomdassociation_ends_with: String\r\n  uMLNomdassociation_not_ends_with: String\r\n  associationdrive: AssociationdriveEnumFilter\r\n  associationdrive_not: AssociationdriveEnumFilter\r\n  associationdrive_in: [AssociationdriveEnumFilter]\r\n  associationdrive_not_in: [AssociationdriveEnumFilter]\r\n  typedassociation: TypedassociationEnumFilter\r\n  typedassociation_not: TypedassociationEnumFilter\r\n  typedassociation_in: [TypedassociationEnumFilter]\r\n  typedassociation_not_in: [TypedassociationEnumFilter]\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String]\r\n  nomSql_not_in: [String]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  correspondancepotentielle: CorrespondancepotentielleEnumFilter\r\n  correspondancepotentielle_not: CorrespondancepotentielleEnumFilter\r\n  correspondancepotentielle_in: [CorrespondancepotentielleEnumFilter]\r\n  correspondancepotentielle_not_in: [CorrespondancepotentielleEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Attribut\r\ninput filterAttribut {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  statique: StatiqueEnumFilter\r\n  statique_not: StatiqueEnumFilter\r\n  statique_in: [StatiqueEnumFilter]\r\n  statique_not_in: [StatiqueEnumFilter]\r\n  persistante: PersistanteEnumFilter\r\n  persistante_not: PersistanteEnumFilter\r\n  persistante_in: [PersistanteEnumFilter]\r\n  persistante_not_in: [PersistanteEnumFilter]\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String]\r\n  nomSql_not_in: [String]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  dcimale: String\r\n  dcimale_not: String\r\n  dcimale_in: [String]\r\n  dcimale_not_in: [String]\r\n  dcimale_lt: String\r\n  dcimale_lte: String\r\n  dcimale_gt: String\r\n  dcimale_gte: String\r\n  dcimale_contains: String\r\n  dcimale_not_contains: String\r\n  dcimale_starts_with: String\r\n  dcimale_not_starts_with: String\r\n  dcimale_ends_with: String\r\n  dcimale_not_ends_with: String\r\n  multiplicit: MultiplicitEnumFilter\r\n  multiplicit_not: MultiplicitEnumFilter\r\n  multiplicit_in: [MultiplicitEnumFilter]\r\n  multiplicit_not_in: [MultiplicitEnumFilter]\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String]\r\n  longueur_not_in: [String]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  ordonne: OrdonneEnumFilter\r\n  ordonne_not: OrdonneEnumFilter\r\n  ordonne_in: [OrdonneEnumFilter]\r\n  ordonne_not_in: [OrdonneEnumFilter]\r\n  unicit: UnicitEnumFilter\r\n  unicit_not: UnicitEnumFilter\r\n  unicit_in: [UnicitEnumFilter]\r\n  unicit_not_in: [UnicitEnumFilter]\r\n  lectureseule: LectureseuleEnumFilter\r\n  lectureseule_not: LectureseuleEnumFilter\r\n  lectureseule_in: [LectureseuleEnumFilter]\r\n  lectureseule_not_in: [LectureseuleEnumFilter]\r\n  valeurinitiale: String\r\n  valeurinitiale_not: String\r\n  valeurinitiale_in: [String]\r\n  valeurinitiale_not_in: [String]\r\n  valeurinitiale_lt: String\r\n  valeurinitiale_lte: String\r\n  valeurinitiale_gt: String\r\n  valeurinitiale_gte: String\r\n  valeurinitiale_contains: String\r\n  valeurinitiale_not_contains: String\r\n  valeurinitiale_starts_with: String\r\n  valeurinitiale_not_starts_with: String\r\n  valeurinitiale_ends_with: String\r\n  valeurinitiale_not_ends_with: String\r\n  uMLAttributeName: String\r\n  uMLAttributeName_not: String\r\n  uMLAttributeName_in: [String]\r\n  uMLAttributeName_not_in: [String]\r\n  uMLAttributeName_lt: String\r\n  uMLAttributeName_lte: String\r\n  uMLAttributeName_gt: String\r\n  uMLAttributeName_gte: String\r\n  uMLAttributeName_contains: String\r\n  uMLAttributeName_not_contains: String\r\n  uMLAttributeName_starts_with: String\r\n  uMLAttributeName_not_starts_with: String\r\n  uMLAttributeName_ends_with: String\r\n  uMLAttributeName_not_ends_with: String\r\n  identifiantIs: IdentifiantIsEnumFilter\r\n  identifiantIs_not: IdentifiantIsEnumFilter\r\n  identifiantIs_in: [IdentifiantIsEnumFilter]\r\n  identifiantIs_not_in: [IdentifiantIsEnumFilter]\r\n  compos: ComposEnumFilter\r\n  compos_not: ComposEnumFilter\r\n  compos_in: [ComposEnumFilter]\r\n  compos_not_in: [ComposEnumFilter]\r\n  typededonnesMD: String\r\n  typededonnesMD_not: String\r\n  typededonnesMD_in: [String]\r\n  typededonnesMD_not_in: [String]\r\n  typededonnesMD_lt: String\r\n  typededonnesMD_lte: String\r\n  typededonnesMD_gt: String\r\n  typededonnesMD_gte: String\r\n  typededonnesMD_contains: String\r\n  typededonnesMD_not_contains: String\r\n  typededonnesMD_starts_with: String\r\n  typededonnesMD_not_starts_with: String\r\n  typededonnesMD_ends_with: String\r\n  typededonnesMD_not_ends_with: String\r\n  dataAttributeMetaClassIdAbs: String\r\n  dataAttributeMetaClassIdAbs_not: String\r\n  dataAttributeMetaClassIdAbs_in: [String]\r\n  dataAttributeMetaClassIdAbs_not_in: [String]\r\n  dataAttributeMetaClassIdAbs_lt: String\r\n  dataAttributeMetaClassIdAbs_lte: String\r\n  dataAttributeMetaClassIdAbs_gt: String\r\n  dataAttributeMetaClassIdAbs_gte: String\r\n  dataAttributeMetaClassIdAbs_contains: String\r\n  dataAttributeMetaClassIdAbs_not_contains: String\r\n  dataAttributeMetaClassIdAbs_starts_with: String\r\n  dataAttributeMetaClassIdAbs_not_starts_with: String\r\n  dataAttributeMetaClassIdAbs_ends_with: String\r\n  dataAttributeMetaClassIdAbs_not_ends_with: String\r\n  exig: ExigEnumFilter\r\n  exig_not: ExigEnumFilter\r\n  exig_in: [ExigEnumFilter]\r\n  exig_not_in: [ExigEnumFilter]\r\n  codeNamePrefix: String\r\n  codeNamePrefix_not: String\r\n  codeNamePrefix_in: [String]\r\n  codeNamePrefix_not_in: [String]\r\n  codeNamePrefix_lt: String\r\n  codeNamePrefix_lte: String\r\n  codeNamePrefix_gt: String\r\n  codeNamePrefix_gte: String\r\n  codeNamePrefix_contains: String\r\n  codeNamePrefix_not_contains: String\r\n  codeNamePrefix_starts_with: String\r\n  codeNamePrefix_not_starts_with: String\r\n  codeNamePrefix_ends_with: String\r\n  codeNamePrefix_not_ends_with: String\r\n  codeNameSuffix: String\r\n  codeNameSuffix_not: String\r\n  codeNameSuffix_in: [String]\r\n  codeNameSuffix_not_in: [String]\r\n  codeNameSuffix_lt: String\r\n  codeNameSuffix_lte: String\r\n  codeNameSuffix_gt: String\r\n  codeNameSuffix_gte: String\r\n  codeNameSuffix_contains: String\r\n  codeNameSuffix_not_contains: String\r\n  codeNameSuffix_starts_with: String\r\n  codeNameSuffix_not_starts_with: String\r\n  codeNameSuffix_ends_with: String\r\n  codeNameSuffix_not_ends_with: String\r\n  remplaable: RemplaableEnumFilter\r\n  remplaable_not: RemplaableEnumFilter\r\n  remplaable_in: [RemplaableEnumFilter]\r\n  remplaable_not_in: [RemplaableEnumFilter]\r\n  typeexpression: String\r\n  typeexpression_not: String\r\n  typeexpression_in: [String]\r\n  typeexpression_not_in: [String]\r\n  typeexpression_lt: String\r\n  typeexpression_lte: String\r\n  typeexpression_gt: String\r\n  typeexpression_gte: String\r\n  typeexpression_contains: String\r\n  typeexpression_not_contains: String\r\n  typeexpression_starts_with: String\r\n  typeexpression_not_starts_with: String\r\n  typeexpression_ends_with: String\r\n  typeexpression_not_ends_with: String\r\n  calcul: CalculEnumFilter\r\n  calcul_not: CalculEnumFilter\r\n  calcul_in: [CalculEnumFilter]\r\n  calcul_not_in: [CalculEnumFilter]\r\n  toutPartie: ToutPartieEnumFilter\r\n  toutPartie_not: ToutPartieEnumFilter\r\n  toutPartie_in: [ToutPartieEnumFilter]\r\n  toutPartie_not_in: [ToutPartieEnumFilter]\r\n  implmentationDelphidesaccesseurs: ImplmentationDelphidesaccesseursEnumFilter\r\n  implmentationDelphidesaccesseurs_not: ImplmentationDelphidesaccesseursEnumFilter\r\n  implmentationDelphidesaccesseurs_in: [ImplmentationDelphidesaccesseursEnumFilter]\r\n  implmentationDelphidesaccesseurs_not_in: [ImplmentationDelphidesaccesseursEnumFilter]\r\n  delphiAccessor: DelphiAccessorEnumFilter\r\n  delphiAccessor_not: DelphiAccessorEnumFilter\r\n  delphiAccessor_in: [DelphiAccessorEnumFilter]\r\n  delphiAccessor_not_in: [DelphiAccessorEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of AttributMD\r\ninput filterAttributMD {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  typededonnesMD: String\r\n  typededonnesMD_not: String\r\n  typededonnesMD_in: [String]\r\n  typededonnesMD_not_in: [String]\r\n  typededonnesMD_lt: String\r\n  typededonnesMD_lte: String\r\n  typededonnesMD_gt: String\r\n  typededonnesMD_gte: String\r\n  typededonnesMD_contains: String\r\n  typededonnesMD_not_contains: String\r\n  typededonnesMD_starts_with: String\r\n  typededonnesMD_not_starts_with: String\r\n  typededonnesMD_ends_with: String\r\n  typededonnesMD_not_ends_with: String\r\n  multiplicit: MultiplicitEnumFilter\r\n  multiplicit_not: MultiplicitEnumFilter\r\n  multiplicit_in: [MultiplicitEnumFilter]\r\n  multiplicit_not_in: [MultiplicitEnumFilter]\r\n  ordonne: OrdonneEnumFilter\r\n  ordonne_not: OrdonneEnumFilter\r\n  ordonne_in: [OrdonneEnumFilter]\r\n  ordonne_not_in: [OrdonneEnumFilter]\r\n  unicit: UnicitEnumFilter\r\n  unicit_not: UnicitEnumFilter\r\n  unicit_in: [UnicitEnumFilter]\r\n  unicit_not_in: [UnicitEnumFilter]\r\n  lectureseule: LectureseuleEnumFilter\r\n  lectureseule_not: LectureseuleEnumFilter\r\n  lectureseule_in: [LectureseuleEnumFilter]\r\n  lectureseule_not_in: [LectureseuleEnumFilter]\r\n  valeurinitiale: String\r\n  valeurinitiale_not: String\r\n  valeurinitiale_in: [String]\r\n  valeurinitiale_not_in: [String]\r\n  valeurinitiale_lt: String\r\n  valeurinitiale_lte: String\r\n  valeurinitiale_gt: String\r\n  valeurinitiale_gte: String\r\n  valeurinitiale_contains: String\r\n  valeurinitiale_not_contains: String\r\n  valeurinitiale_starts_with: String\r\n  valeurinitiale_not_starts_with: String\r\n  valeurinitiale_ends_with: String\r\n  valeurinitiale_not_ends_with: String\r\n  identifiantIs: IdentifiantIsEnumFilter\r\n  identifiantIs_not: IdentifiantIsEnumFilter\r\n  identifiantIs_in: [IdentifiantIsEnumFilter]\r\n  identifiantIs_not_in: [IdentifiantIsEnumFilter]\r\n  exig: ExigEnumFilter\r\n  exig_not: ExigEnumFilter\r\n  exig_in: [ExigEnumFilter]\r\n  exig_not_in: [ExigEnumFilter]\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String]\r\n  nomSql_not_in: [String]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  uMLAttributeName: String\r\n  uMLAttributeName_not: String\r\n  uMLAttributeName_in: [String]\r\n  uMLAttributeName_not_in: [String]\r\n  uMLAttributeName_lt: String\r\n  uMLAttributeName_lte: String\r\n  uMLAttributeName_gt: String\r\n  uMLAttributeName_gte: String\r\n  uMLAttributeName_contains: String\r\n  uMLAttributeName_not_contains: String\r\n  uMLAttributeName_starts_with: String\r\n  uMLAttributeName_not_starts_with: String\r\n  uMLAttributeName_ends_with: String\r\n  uMLAttributeName_not_ends_with: String\r\n  remplaable: RemplaableEnumFilter\r\n  remplaable_not: RemplaableEnumFilter\r\n  remplaable_in: [RemplaableEnumFilter]\r\n  remplaable_not_in: [RemplaableEnumFilter]\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String]\r\n  longueur_not_in: [String]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  dcimale: String\r\n  dcimale_not: String\r\n  dcimale_in: [String]\r\n  dcimale_not_in: [String]\r\n  dcimale_lt: String\r\n  dcimale_lte: String\r\n  dcimale_gt: String\r\n  dcimale_gte: String\r\n  dcimale_contains: String\r\n  dcimale_not_contains: String\r\n  dcimale_starts_with: String\r\n  dcimale_not_starts_with: String\r\n  dcimale_ends_with: String\r\n  dcimale_not_ends_with: String\r\n  calcul: CalculEnumFilter\r\n  calcul_not: CalculEnumFilter\r\n  calcul_in: [CalculEnumFilter]\r\n  calcul_not_in: [CalculEnumFilter]\r\n  toutPartie: ToutPartieEnumFilter\r\n  toutPartie_not: ToutPartieEnumFilter\r\n  toutPartie_in: [ToutPartieEnumFilter]\r\n  toutPartie_not_in: [ToutPartieEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Basededonnes\r\ninput filterBasededonnes {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  complmentsdetable: String\r\n  complmentsdetable_not: String\r\n  complmentsdetable_in: [String]\r\n  complmentsdetable_not_in: [String]\r\n  complmentsdetable_lt: String\r\n  complmentsdetable_lte: String\r\n  complmentsdetable_gt: String\r\n  complmentsdetable_gte: String\r\n  complmentsdetable_contains: String\r\n  complmentsdetable_not_contains: String\r\n  complmentsdetable_starts_with: String\r\n  complmentsdetable_not_starts_with: String\r\n  complmentsdetable_ends_with: String\r\n  complmentsdetable_not_ends_with: String\r\n  complmentsdindex: String\r\n  complmentsdindex_not: String\r\n  complmentsdindex_in: [String]\r\n  complmentsdindex_not_in: [String]\r\n  complmentsdindex_lt: String\r\n  complmentsdindex_lte: String\r\n  complmentsdindex_gt: String\r\n  complmentsdindex_gte: String\r\n  complmentsdindex_contains: String\r\n  complmentsdindex_not_contains: String\r\n  complmentsdindex_starts_with: String\r\n  complmentsdindex_not_starts_with: String\r\n  complmentsdindex_ends_with: String\r\n  complmentsdindex_not_ends_with: String\r\n  prfixe: String\r\n  prfixe_not: String\r\n  prfixe_in: [String]\r\n  prfixe_not_in: [String]\r\n  prfixe_lt: String\r\n  prfixe_lte: String\r\n  prfixe_gt: String\r\n  prfixe_gte: String\r\n  prfixe_contains: String\r\n  prfixe_not_contains: String\r\n  prfixe_starts_with: String\r\n  prfixe_not_starts_with: String\r\n  prfixe_ends_with: String\r\n  prfixe_not_ends_with: String\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String]\r\n  nomSql_not_in: [String]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String]\r\n  nomphysique_not_in: [String]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  naturedecorrespondance: NaturedecorrespondanceEnumFilter\r\n  naturedecorrespondance_not: NaturedecorrespondanceEnumFilter\r\n  naturedecorrespondance_in: [NaturedecorrespondanceEnumFilter]\r\n  naturedecorrespondance_not_in: [NaturedecorrespondanceEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Cartedesinformationsmtier\r\ninput filterCartedesinformationsmtier {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Catgoriededocument\r\ninput filterCatgoriededocument {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Cl\r\ninput filterCl {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  typeCl: TypeClEnumFilter\r\n  typeCl_not: TypeClEnumFilter\r\n  typeCl_in: [TypeClEnumFilter]\r\n  typeCl_not_in: [TypeClEnumFilter]\r\n  onUpdate: OnUpdateEnumFilter\r\n  onUpdate_not: OnUpdateEnumFilter\r\n  onUpdate_in: [OnUpdateEnumFilter]\r\n  onUpdate_not_in: [OnUpdateEnumFilter]\r\n  onDelete: OnDeleteEnumFilter\r\n  onDelete_not: OnDeleteEnumFilter\r\n  onDelete_in: [OnDeleteEnumFilter]\r\n  onDelete_not_in: [OnDeleteEnumFilter]\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String]\r\n  nomphysique_not_in: [String]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  dBBName: String\r\n  dBBName_not: String\r\n  dBBName_in: [String]\r\n  dBBName_not_in: [String]\r\n  dBBName_lt: String\r\n  dBBName_lte: String\r\n  dBBName_gt: String\r\n  dBBName_gte: String\r\n  dBBName_contains: String\r\n  dBBName_not_contains: String\r\n  dBBName_starts_with: String\r\n  dBBName_not_starts_with: String\r\n  dBBName_ends_with: String\r\n  dBBName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Classe\r\ninput filterClasse {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  classMetaClassIdAbs: String\r\n  classMetaClassIdAbs_not: String\r\n  classMetaClassIdAbs_in: [String]\r\n  classMetaClassIdAbs_not_in: [String]\r\n  classMetaClassIdAbs_lt: String\r\n  classMetaClassIdAbs_lte: String\r\n  classMetaClassIdAbs_gt: String\r\n  classMetaClassIdAbs_gte: String\r\n  classMetaClassIdAbs_contains: String\r\n  classMetaClassIdAbs_not_contains: String\r\n  classMetaClassIdAbs_starts_with: String\r\n  classMetaClassIdAbs_not_starts_with: String\r\n  classMetaClassIdAbs_ends_with: String\r\n  classMetaClassIdAbs_not_ends_with: String\r\n  abstraite: AbstraiteEnumFilter\r\n  abstraite_not: AbstraiteEnumFilter\r\n  abstraite_in: [AbstraiteEnumFilter]\r\n  abstraite_not_in: [AbstraiteEnumFilter]\r\n  persistante: PersistanteEnumFilter\r\n  persistante_not: PersistanteEnumFilter\r\n  persistante_in: [PersistanteEnumFilter]\r\n  persistante_not_in: [PersistanteEnumFilter]\r\n  paramtres: String\r\n  paramtres_not: String\r\n  paramtres_in: [String]\r\n  paramtres_not_in: [String]\r\n  paramtres_lt: String\r\n  paramtres_lte: String\r\n  paramtres_gt: String\r\n  paramtres_gte: String\r\n  paramtres_contains: String\r\n  paramtres_not_contains: String\r\n  paramtres_starts_with: String\r\n  paramtres_not_starts_with: String\r\n  paramtres_ends_with: String\r\n  paramtres_not_ends_with: String\r\n  typeexpression: String\r\n  typeexpression_not: String\r\n  typeexpression_in: [String]\r\n  typeexpression_not_in: [String]\r\n  typeexpression_lt: String\r\n  typeexpression_lte: String\r\n  typeexpression_gt: String\r\n  typeexpression_gte: String\r\n  typeexpression_contains: String\r\n  typeexpression_not_contains: String\r\n  typeexpression_starts_with: String\r\n  typeexpression_not_starts_with: String\r\n  typeexpression_ends_with: String\r\n  typeexpression_not_ends_with: String\r\n  identificationdeclasse: IdentificationdeclasseEnumFilter\r\n  identificationdeclasse_not: IdentificationdeclasseEnumFilter\r\n  identificationdeclasse_in: [IdentificationdeclasseEnumFilter]\r\n  identificationdeclasse_not_in: [IdentificationdeclasseEnumFilter]\r\n  dcimale: String\r\n  dcimale_not: String\r\n  dcimale_in: [String]\r\n  dcimale_not_in: [String]\r\n  dcimale_lt: String\r\n  dcimale_lte: String\r\n  dcimale_gt: String\r\n  dcimale_gte: String\r\n  dcimale_contains: String\r\n  dcimale_not_contains: String\r\n  dcimale_starts_with: String\r\n  dcimale_not_starts_with: String\r\n  dcimale_ends_with: String\r\n  dcimale_not_ends_with: String\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String]\r\n  longueur_not_in: [String]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String]\r\n  nomSql_not_in: [String]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  invariant: String\r\n  invariant_not: String\r\n  invariant_in: [String]\r\n  invariant_not_in: [String]\r\n  invariant_lt: String\r\n  invariant_lte: String\r\n  invariant_gt: String\r\n  invariant_gte: String\r\n  invariant_contains: String\r\n  invariant_not_contains: String\r\n  invariant_starts_with: String\r\n  invariant_not_starts_with: String\r\n  invariant_ends_with: String\r\n  invariant_not_ends_with: String\r\n  codeNamePrefix: String\r\n  codeNamePrefix_not: String\r\n  codeNamePrefix_in: [String]\r\n  codeNamePrefix_not_in: [String]\r\n  codeNamePrefix_lt: String\r\n  codeNamePrefix_lte: String\r\n  codeNamePrefix_gt: String\r\n  codeNamePrefix_gte: String\r\n  codeNamePrefix_contains: String\r\n  codeNamePrefix_not_contains: String\r\n  codeNamePrefix_starts_with: String\r\n  codeNamePrefix_not_starts_with: String\r\n  codeNamePrefix_ends_with: String\r\n  codeNamePrefix_not_ends_with: String\r\n  codeNameSuffix: String\r\n  codeNameSuffix_not: String\r\n  codeNameSuffix_in: [String]\r\n  codeNameSuffix_not_in: [String]\r\n  codeNameSuffix_lt: String\r\n  codeNameSuffix_lte: String\r\n  codeNameSuffix_gt: String\r\n  codeNameSuffix_gte: String\r\n  codeNameSuffix_contains: String\r\n  codeNameSuffix_not_contains: String\r\n  codeNameSuffix_starts_with: String\r\n  codeNameSuffix_not_starts_with: String\r\n  codeNameSuffix_ends_with: String\r\n  codeNameSuffix_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Classificationdecomposantentitdudictionnaire\r\ninput filterClassificationdecomposantentitdudictionnaire {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Cluster\r\ninput filterCluster {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String]\r\n  nomphysique_not_in: [String]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  iNITIALOracle: String\r\n  iNITIALOracle_not: String\r\n  iNITIALOracle_in: [String]\r\n  iNITIALOracle_not_in: [String]\r\n  iNITIALOracle_lt: String\r\n  iNITIALOracle_lte: String\r\n  iNITIALOracle_gt: String\r\n  iNITIALOracle_gte: String\r\n  iNITIALOracle_contains: String\r\n  iNITIALOracle_not_contains: String\r\n  iNITIALOracle_starts_with: String\r\n  iNITIALOracle_not_starts_with: String\r\n  iNITIALOracle_ends_with: String\r\n  iNITIALOracle_not_ends_with: String\r\n  nEXTOracle: String\r\n  nEXTOracle_not: String\r\n  nEXTOracle_in: [String]\r\n  nEXTOracle_not_in: [String]\r\n  nEXTOracle_lt: String\r\n  nEXTOracle_lte: String\r\n  nEXTOracle_gt: String\r\n  nEXTOracle_gte: String\r\n  nEXTOracle_contains: String\r\n  nEXTOracle_not_contains: String\r\n  nEXTOracle_starts_with: String\r\n  nEXTOracle_not_starts_with: String\r\n  nEXTOracle_ends_with: String\r\n  nEXTOracle_not_ends_with: String\r\n  mINEXTENTSOracle: String\r\n  mINEXTENTSOracle_not: String\r\n  mINEXTENTSOracle_in: [String]\r\n  mINEXTENTSOracle_not_in: [String]\r\n  mINEXTENTSOracle_lt: String\r\n  mINEXTENTSOracle_lte: String\r\n  mINEXTENTSOracle_gt: String\r\n  mINEXTENTSOracle_gte: String\r\n  mINEXTENTSOracle_contains: String\r\n  mINEXTENTSOracle_not_contains: String\r\n  mINEXTENTSOracle_starts_with: String\r\n  mINEXTENTSOracle_not_starts_with: String\r\n  mINEXTENTSOracle_ends_with: String\r\n  mINEXTENTSOracle_not_ends_with: String\r\n  mAXEXTENTSOracle: MAXEXTENTSOracleEnumFilter\r\n  mAXEXTENTSOracle_not: MAXEXTENTSOracleEnumFilter\r\n  mAXEXTENTSOracle_in: [MAXEXTENTSOracleEnumFilter]\r\n  mAXEXTENTSOracle_not_in: [MAXEXTENTSOracleEnumFilter]\r\n  pCTINCREASEOracle: Int\r\n  pCTINCREASEOracle_not: Int\r\n  pCTINCREASEOracle_in: [Int]\r\n  pCTINCREASEOracle_not_in: [Int]\r\n  pCTINCREASEOracle_lt: Int\r\n  pCTINCREASEOracle_lte: Int\r\n  pCTINCREASEOracle_gt: Int\r\n  pCTINCREASEOracle_gte: Int\r\n  fREELISTSOracle: Int\r\n  fREELISTSOracle_not: Int\r\n  fREELISTSOracle_in: [Int]\r\n  fREELISTSOracle_not_in: [Int]\r\n  fREELISTSOracle_lt: Int\r\n  fREELISTSOracle_lte: Int\r\n  fREELISTSOracle_gt: Int\r\n  fREELISTSOracle_gte: Int\r\n  fREELISTGROUPSOracle: Int\r\n  fREELISTGROUPSOracle_not: Int\r\n  fREELISTGROUPSOracle_in: [Int]\r\n  fREELISTGROUPSOracle_not_in: [Int]\r\n  fREELISTGROUPSOracle_lt: Int\r\n  fREELISTGROUPSOracle_lte: Int\r\n  fREELISTGROUPSOracle_gt: Int\r\n  fREELISTGROUPSOracle_gte: Int\r\n  oPTIMALOracle: OPTIMALOracleEnumFilter\r\n  oPTIMALOracle_not: OPTIMALOracleEnumFilter\r\n  oPTIMALOracle_in: [OPTIMALOracleEnumFilter]\r\n  oPTIMALOracle_not_in: [OPTIMALOracleEnumFilter]\r\n  bUFFERPOOLOracle: BUFFERPOOLOracleEnumFilter\r\n  bUFFERPOOLOracle_not: BUFFERPOOLOracleEnumFilter\r\n  bUFFERPOOLOracle_in: [BUFFERPOOLOracleEnumFilter]\r\n  bUFFERPOOLOracle_not_in: [BUFFERPOOLOracleEnumFilter]\r\n  cACHEOracle: CACHEOracleEnumFilter\r\n  cACHEOracle_not: CACHEOracleEnumFilter\r\n  cACHEOracle_in: [CACHEOracleEnumFilter]\r\n  cACHEOracle_not_in: [CACHEOracleEnumFilter]\r\n  rOWDEPENDENCIESOracle: ROWDEPENDENCIESOracleEnumFilter\r\n  rOWDEPENDENCIESOracle_not: ROWDEPENDENCIESOracleEnumFilter\r\n  rOWDEPENDENCIESOracle_in: [ROWDEPENDENCIESOracleEnumFilter]\r\n  rOWDEPENDENCIESOracle_not_in: [ROWDEPENDENCIESOracleEnumFilter]\r\n  sIZEOracle: String\r\n  sIZEOracle_not: String\r\n  sIZEOracle_in: [String]\r\n  sIZEOracle_not_in: [String]\r\n  sIZEOracle_lt: String\r\n  sIZEOracle_lte: String\r\n  sIZEOracle_gt: String\r\n  sIZEOracle_gte: String\r\n  sIZEOracle_contains: String\r\n  sIZEOracle_not_contains: String\r\n  sIZEOracle_starts_with: String\r\n  sIZEOracle_not_starts_with: String\r\n  sIZEOracle_ends_with: String\r\n  sIZEOracle_not_ends_with: String\r\n  clusterTypeOracle: ClusterTypeOracleEnumFilter\r\n  clusterTypeOracle_not: ClusterTypeOracleEnumFilter\r\n  clusterTypeOracle_in: [ClusterTypeOracleEnumFilter]\r\n  clusterTypeOracle_not_in: [ClusterTypeOracleEnumFilter]\r\n  hASHKEYSOracle: Int\r\n  hASHKEYSOracle_not: Int\r\n  hASHKEYSOracle_in: [Int]\r\n  hASHKEYSOracle_not_in: [Int]\r\n  hASHKEYSOracle_lt: Int\r\n  hASHKEYSOracle_lte: Int\r\n  hASHKEYSOracle_gt: Int\r\n  hASHKEYSOracle_gte: Int\r\n  hashFunctionOracle: String\r\n  hashFunctionOracle_not: String\r\n  hashFunctionOracle_in: [String]\r\n  hashFunctionOracle_not_in: [String]\r\n  hashFunctionOracle_lt: String\r\n  hashFunctionOracle_lte: String\r\n  hashFunctionOracle_gt: String\r\n  hashFunctionOracle_gte: String\r\n  hashFunctionOracle_contains: String\r\n  hashFunctionOracle_not_contains: String\r\n  hashFunctionOracle_starts_with: String\r\n  hashFunctionOracle_not_starts_with: String\r\n  hashFunctionOracle_ends_with: String\r\n  hashFunctionOracle_not_ends_with: String\r\n  pARALLELOracle: PARALLELOracleEnumFilter\r\n  pARALLELOracle_not: PARALLELOracleEnumFilter\r\n  pARALLELOracle_in: [PARALLELOracleEnumFilter]\r\n  pARALLELOracle_not_in: [PARALLELOracleEnumFilter]\r\n  pCTFREEOracle: Int\r\n  pCTFREEOracle_not: Int\r\n  pCTFREEOracle_in: [Int]\r\n  pCTFREEOracle_not_in: [Int]\r\n  pCTFREEOracle_lt: Int\r\n  pCTFREEOracle_lte: Int\r\n  pCTFREEOracle_gt: Int\r\n  pCTFREEOracle_gte: Int\r\n  pCTUSEDOracle: Int\r\n  pCTUSEDOracle_not: Int\r\n  pCTUSEDOracle_in: [Int]\r\n  pCTUSEDOracle_not_in: [Int]\r\n  pCTUSEDOracle_lt: Int\r\n  pCTUSEDOracle_lte: Int\r\n  pCTUSEDOracle_gt: Int\r\n  pCTUSEDOracle_gte: Int\r\n  iNITRANSOracle: Int\r\n  iNITRANSOracle_not: Int\r\n  iNITRANSOracle_in: [Int]\r\n  iNITRANSOracle_not_in: [Int]\r\n  iNITRANSOracle_lt: Int\r\n  iNITRANSOracle_lte: Int\r\n  iNITRANSOracle_gt: Int\r\n  iNITRANSOracle_gte: Int\r\n  mAXTRANSOracle: Int\r\n  mAXTRANSOracle_not: Int\r\n  mAXTRANSOracle_in: [Int]\r\n  mAXTRANSOracle_not_in: [Int]\r\n  mAXTRANSOracle_lt: Int\r\n  mAXTRANSOracle_lte: Int\r\n  mAXTRANSOracle_gt: Int\r\n  mAXTRANSOracle_gte: Int\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Colonne\r\ninput filterColonne {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  dataType: String\r\n  dataType_not: String\r\n  dataType_in: [String]\r\n  dataType_not_in: [String]\r\n  dataType_lt: String\r\n  dataType_lte: String\r\n  dataType_gt: String\r\n  dataType_gte: String\r\n  dataType_contains: String\r\n  dataType_not_contains: String\r\n  dataType_starts_with: String\r\n  dataType_not_starts_with: String\r\n  dataType_ends_with: String\r\n  dataType_not_ends_with: String\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String]\r\n  longueur_not_in: [String]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  dcimale: String\r\n  dcimale_not: String\r\n  dcimale_in: [String]\r\n  dcimale_not_in: [String]\r\n  dcimale_lt: String\r\n  dcimale_lte: String\r\n  dcimale_gt: String\r\n  dcimale_gte: String\r\n  dcimale_contains: String\r\n  dcimale_not_contains: String\r\n  dcimale_starts_with: String\r\n  dcimale_not_starts_with: String\r\n  dcimale_ends_with: String\r\n  dcimale_not_ends_with: String\r\n  notNull: NotNullEnumFilter\r\n  notNull_not: NotNullEnumFilter\r\n  notNull_in: [NotNullEnumFilter]\r\n  notNull_not_in: [NotNullEnumFilter]\r\n  fK: FKEnumFilter\r\n  fK_not: FKEnumFilter\r\n  fK_in: [FKEnumFilter]\r\n  fK_not_in: [FKEnumFilter]\r\n  pK: PKEnumFilter\r\n  pK_not: PKEnumFilter\r\n  pK_in: [PKEnumFilter]\r\n  pK_not_in: [PKEnumFilter]\r\n  complmentsdecolonne: String\r\n  complmentsdecolonne_not: String\r\n  complmentsdecolonne_in: [String]\r\n  complmentsdecolonne_not_in: [String]\r\n  complmentsdecolonne_lt: String\r\n  complmentsdecolonne_lte: String\r\n  complmentsdecolonne_gt: String\r\n  complmentsdecolonne_gte: String\r\n  complmentsdecolonne_contains: String\r\n  complmentsdecolonne_not_contains: String\r\n  complmentsdecolonne_starts_with: String\r\n  complmentsdecolonne_not_starts_with: String\r\n  complmentsdecolonne_ends_with: String\r\n  complmentsdecolonne_not_ends_with: String\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String]\r\n  nomphysique_not_in: [String]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  valeurpardfautdutexte: String\r\n  valeurpardfautdutexte_not: String\r\n  valeurpardfautdutexte_in: [String]\r\n  valeurpardfautdutexte_not_in: [String]\r\n  valeurpardfautdutexte_lt: String\r\n  valeurpardfautdutexte_lte: String\r\n  valeurpardfautdutexte_gt: String\r\n  valeurpardfautdutexte_gte: String\r\n  valeurpardfautdutexte_contains: String\r\n  valeurpardfautdutexte_not_contains: String\r\n  valeurpardfautdutexte_starts_with: String\r\n  valeurpardfautdutexte_not_starts_with: String\r\n  valeurpardfautdutexte_ends_with: String\r\n  valeurpardfautdutexte_not_ends_with: String\r\n  valeurdfaut: String\r\n  valeurdfaut_not: String\r\n  valeurdfaut_in: [String]\r\n  valeurdfaut_not_in: [String]\r\n  valeurdfaut_lt: String\r\n  valeurdfaut_lte: String\r\n  valeurdfaut_gt: String\r\n  valeurdfaut_gte: String\r\n  valeurdfaut_contains: String\r\n  valeurdfaut_not_contains: String\r\n  valeurdfaut_starts_with: String\r\n  valeurdfaut_not_starts_with: String\r\n  valeurdfaut_ends_with: String\r\n  valeurdfaut_not_ends_with: String\r\n  dBBName: String\r\n  dBBName_not: String\r\n  dBBName_in: [String]\r\n  dBBName_not_in: [String]\r\n  dBBName_lt: String\r\n  dBBName_lte: String\r\n  dBBName_gt: String\r\n  dBBName_gte: String\r\n  dBBName_contains: String\r\n  dBBName_not_contains: String\r\n  dBBName_starts_with: String\r\n  dBBName_not_starts_with: String\r\n  dBBName_ends_with: String\r\n  dBBName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Colonnedecluster\r\ninput filterColonnedecluster {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String]\r\n  nomphysique_not_in: [String]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  dcimale: String\r\n  dcimale_not: String\r\n  dcimale_in: [String]\r\n  dcimale_not_in: [String]\r\n  dcimale_lt: String\r\n  dcimale_lte: String\r\n  dcimale_gt: String\r\n  dcimale_gte: String\r\n  dcimale_contains: String\r\n  dcimale_not_contains: String\r\n  dcimale_starts_with: String\r\n  dcimale_not_starts_with: String\r\n  dcimale_ends_with: String\r\n  dcimale_not_ends_with: String\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String]\r\n  longueur_not_in: [String]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  clusterDataType: String\r\n  clusterDataType_not: String\r\n  clusterDataType_in: [String]\r\n  clusterDataType_not_in: [String]\r\n  clusterDataType_lt: String\r\n  clusterDataType_lte: String\r\n  clusterDataType_gt: String\r\n  clusterDataType_gte: String\r\n  clusterDataType_contains: String\r\n  clusterDataType_not_contains: String\r\n  clusterDataType_starts_with: String\r\n  clusterDataType_not_starts_with: String\r\n  clusterDataType_ends_with: String\r\n  clusterDataType_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Composantdentitdudictionnaire\r\ninput filterComposantdentitdudictionnaire {\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Concept\r\ninput filterConcept {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nomdeladfinition: String\r\n  nomdeladfinition_not: String\r\n  nomdeladfinition_in: [String]\r\n  nomdeladfinition_not_in: [String]\r\n  nomdeladfinition_lt: String\r\n  nomdeladfinition_lte: String\r\n  nomdeladfinition_gt: String\r\n  nomdeladfinition_gte: String\r\n  nomdeladfinition_contains: String\r\n  nomdeladfinition_not_contains: String\r\n  nomdeladfinition_starts_with: String\r\n  nomdeladfinition_not_starts_with: String\r\n  nomdeladfinition_ends_with: String\r\n  nomdeladfinition_not_ends_with: String\r\n  conceptabstrait: Boolean\r\n  conceptabstrait_not: Boolean\r\n  textedeladfinition: String\r\n  textedeladfinition_not: String\r\n  textedeladfinition_in: [String]\r\n  textedeladfinition_not_in: [String]\r\n  textedeladfinition_lt: String\r\n  textedeladfinition_lte: String\r\n  textedeladfinition_gt: String\r\n  textedeladfinition_gte: String\r\n  textedeladfinition_contains: String\r\n  textedeladfinition_not_contains: String\r\n  textedeladfinition_starts_with: String\r\n  textedeladfinition_not_starts_with: String\r\n  textedeladfinition_ends_with: String\r\n  textedeladfinition_not_ends_with: String\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String]\r\n  settings_not_in: [String]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Conceptdtat\r\ninput filterConceptdtat {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nomdeladfinition: String\r\n  nomdeladfinition_not: String\r\n  nomdeladfinition_in: [String]\r\n  nomdeladfinition_not_in: [String]\r\n  nomdeladfinition_lt: String\r\n  nomdeladfinition_lte: String\r\n  nomdeladfinition_gt: String\r\n  nomdeladfinition_gte: String\r\n  nomdeladfinition_contains: String\r\n  nomdeladfinition_not_contains: String\r\n  nomdeladfinition_starts_with: String\r\n  nomdeladfinition_not_starts_with: String\r\n  nomdeladfinition_ends_with: String\r\n  nomdeladfinition_not_ends_with: String\r\n  conceptabstrait: Boolean\r\n  conceptabstrait_not: Boolean\r\n  textedeladfinition: String\r\n  textedeladfinition_not: String\r\n  textedeladfinition_in: [String]\r\n  textedeladfinition_not_in: [String]\r\n  textedeladfinition_lt: String\r\n  textedeladfinition_lte: String\r\n  textedeladfinition_gt: String\r\n  textedeladfinition_gte: String\r\n  textedeladfinition_contains: String\r\n  textedeladfinition_not_contains: String\r\n  textedeladfinition_starts_with: String\r\n  textedeladfinition_not_starts_with: String\r\n  textedeladfinition_ends_with: String\r\n  textedeladfinition_not_ends_with: String\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String]\r\n  settings_not_in: [String]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Concepttype\r\ninput filterConcepttype {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nomdeladfinition: String\r\n  nomdeladfinition_not: String\r\n  nomdeladfinition_in: [String]\r\n  nomdeladfinition_not_in: [String]\r\n  nomdeladfinition_lt: String\r\n  nomdeladfinition_lte: String\r\n  nomdeladfinition_gt: String\r\n  nomdeladfinition_gte: String\r\n  nomdeladfinition_contains: String\r\n  nomdeladfinition_not_contains: String\r\n  nomdeladfinition_starts_with: String\r\n  nomdeladfinition_not_starts_with: String\r\n  nomdeladfinition_ends_with: String\r\n  nomdeladfinition_not_ends_with: String\r\n  conceptabstrait: Boolean\r\n  conceptabstrait_not: Boolean\r\n  textedeladfinition: String\r\n  textedeladfinition_not: String\r\n  textedeladfinition_in: [String]\r\n  textedeladfinition_not_in: [String]\r\n  textedeladfinition_lt: String\r\n  textedeladfinition_lte: String\r\n  textedeladfinition_gt: String\r\n  textedeladfinition_gte: String\r\n  textedeladfinition_contains: String\r\n  textedeladfinition_not_contains: String\r\n  textedeladfinition_starts_with: String\r\n  textedeladfinition_not_starts_with: String\r\n  textedeladfinition_ends_with: String\r\n  textedeladfinition_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Conceptvnement\r\ninput filterConceptvnement {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  nomdeladfinition: String\r\n  nomdeladfinition_not: String\r\n  nomdeladfinition_in: [String]\r\n  nomdeladfinition_not_in: [String]\r\n  nomdeladfinition_lt: String\r\n  nomdeladfinition_lte: String\r\n  nomdeladfinition_gt: String\r\n  nomdeladfinition_gte: String\r\n  nomdeladfinition_contains: String\r\n  nomdeladfinition_not_contains: String\r\n  nomdeladfinition_starts_with: String\r\n  nomdeladfinition_not_starts_with: String\r\n  nomdeladfinition_ends_with: String\r\n  nomdeladfinition_not_ends_with: String\r\n  conceptabstrait: Boolean\r\n  conceptabstrait_not: Boolean\r\n  textedeladfinition: String\r\n  textedeladfinition_not: String\r\n  textedeladfinition_in: [String]\r\n  textedeladfinition_not_in: [String]\r\n  textedeladfinition_lt: String\r\n  textedeladfinition_lte: String\r\n  textedeladfinition_gt: String\r\n  textedeladfinition_gte: String\r\n  textedeladfinition_contains: String\r\n  textedeladfinition_not_contains: String\r\n  textedeladfinition_starts_with: String\r\n  textedeladfinition_not_starts_with: String\r\n  textedeladfinition_ends_with: String\r\n  textedeladfinition_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Dictionnairemtier\r\ninput filterDictionnairemtier {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Documentmtier\r\ninput filterDocumentmtier {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  encrypt: Boolean\r\n  encrypt_not: Boolean\r\n  gDPRDocumentID: String\r\n  gDPRDocumentID_not: String\r\n  gDPRDocumentID_in: [String]\r\n  gDPRDocumentID_not_in: [String]\r\n  gDPRDocumentID_lt: String\r\n  gDPRDocumentID_lte: String\r\n  gDPRDocumentID_gt: String\r\n  gDPRDocumentID_gte: String\r\n  gDPRDocumentID_contains: String\r\n  gDPRDocumentID_not_contains: String\r\n  gDPRDocumentID_starts_with: String\r\n  gDPRDocumentID_not_starts_with: String\r\n  gDPRDocumentID_ends_with: String\r\n  gDPRDocumentID_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Domainedinformationmtier\r\ninput filterDomainedinformationmtier {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Dossierdeconcepts\r\ninput filterDossierdeconcepts {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of EntitMD\r\ninput filterEntitMD {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  abstraite: AbstraiteEnumFilter\r\n  abstraite_not: AbstraiteEnumFilter\r\n  abstraite_in: [AbstraiteEnumFilter]\r\n  abstraite_not_in: [AbstraiteEnumFilter]\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String]\r\n  nomSql_not_in: [String]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Groupementdedonnes\r\ninput filterGroupementdedonnes {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  complmentsdetable: String\r\n  complmentsdetable_not: String\r\n  complmentsdetable_in: [String]\r\n  complmentsdetable_not_in: [String]\r\n  complmentsdetable_lt: String\r\n  complmentsdetable_lte: String\r\n  complmentsdetable_gt: String\r\n  complmentsdetable_gte: String\r\n  complmentsdetable_contains: String\r\n  complmentsdetable_not_contains: String\r\n  complmentsdetable_starts_with: String\r\n  complmentsdetable_not_starts_with: String\r\n  complmentsdetable_ends_with: String\r\n  complmentsdetable_not_ends_with: String\r\n  complmentsdetablespace: String\r\n  complmentsdetablespace_not: String\r\n  complmentsdetablespace_in: [String]\r\n  complmentsdetablespace_not_in: [String]\r\n  complmentsdetablespace_lt: String\r\n  complmentsdetablespace_lte: String\r\n  complmentsdetablespace_gt: String\r\n  complmentsdetablespace_gte: String\r\n  complmentsdetablespace_contains: String\r\n  complmentsdetablespace_not_contains: String\r\n  complmentsdetablespace_starts_with: String\r\n  complmentsdetablespace_not_starts_with: String\r\n  complmentsdetablespace_ends_with: String\r\n  complmentsdetablespace_not_ends_with: String\r\n  complmentsdindex: String\r\n  complmentsdindex_not: String\r\n  complmentsdindex_in: [String]\r\n  complmentsdindex_not_in: [String]\r\n  complmentsdindex_lt: String\r\n  complmentsdindex_lte: String\r\n  complmentsdindex_gt: String\r\n  complmentsdindex_gte: String\r\n  complmentsdindex_contains: String\r\n  complmentsdindex_not_contains: String\r\n  complmentsdindex_starts_with: String\r\n  complmentsdindex_not_starts_with: String\r\n  complmentsdindex_ends_with: String\r\n  complmentsdindex_not_ends_with: String\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String]\r\n  nomphysique_not_in: [String]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  taille: TailleEnumFilter\r\n  taille_not: TailleEnumFilter\r\n  taille_in: [TailleEnumFilter]\r\n  taille_not_in: [TailleEnumFilter]\r\n  dBBName: String\r\n  dBBName_not: String\r\n  dBBName_in: [String]\r\n  dBBName_not_in: [String]\r\n  dBBName_lt: String\r\n  dBBName_lte: String\r\n  dBBName_gt: String\r\n  dBBName_gte: String\r\n  dBBName_contains: String\r\n  dBBName_not_contains: String\r\n  dBBName_starts_with: String\r\n  dBBName_not_starts_with: String\r\n  dBBName_ends_with: String\r\n  dBBName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Index\r\ninput filterIndex {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  typeIndex: TypeIndexEnumFilter\r\n  typeIndex_not: TypeIndexEnumFilter\r\n  typeIndex_in: [TypeIndexEnumFilter]\r\n  typeIndex_not_in: [TypeIndexEnumFilter]\r\n  sensTri: SensTriEnumFilter\r\n  sensTri_not: SensTriEnumFilter\r\n  sensTri_in: [SensTriEnumFilter]\r\n  sensTri_not_in: [SensTriEnumFilter]\r\n  complmentsdindex: String\r\n  complmentsdindex_not: String\r\n  complmentsdindex_in: [String]\r\n  complmentsdindex_not_in: [String]\r\n  complmentsdindex_lt: String\r\n  complmentsdindex_lte: String\r\n  complmentsdindex_gt: String\r\n  complmentsdindex_gte: String\r\n  complmentsdindex_contains: String\r\n  complmentsdindex_not_contains: String\r\n  complmentsdindex_starts_with: String\r\n  complmentsdindex_not_starts_with: String\r\n  complmentsdindex_ends_with: String\r\n  complmentsdindex_not_ends_with: String\r\n  clustered: ClusteredEnumFilter\r\n  clustered_not: ClusteredEnumFilter\r\n  clustered_in: [ClusteredEnumFilter]\r\n  clustered_not_in: [ClusteredEnumFilter]\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String]\r\n  nomphysique_not_in: [String]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  dBBName: String\r\n  dBBName_not: String\r\n  dBBName_in: [String]\r\n  dBBName_not_in: [String]\r\n  dBBName_lt: String\r\n  dBBName_lte: String\r\n  dBBName_gt: String\r\n  dBBName_gte: String\r\n  dBBName_contains: String\r\n  dBBName_not_contains: String\r\n  dBBName_starts_with: String\r\n  dBBName_not_starts_with: String\r\n  dBBName_ends_with: String\r\n  dBBName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of IndividuIA\r\ninput filterIndividuIA {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Login\r\ninput filterLogin {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeutilisateur: String\r\n  codeutilisateur_not: String\r\n  codeutilisateur_in: [String]\r\n  codeutilisateur_not_in: [String]\r\n  codeutilisateur_lt: String\r\n  codeutilisateur_lte: String\r\n  codeutilisateur_gt: String\r\n  codeutilisateur_gte: String\r\n  codeutilisateur_contains: String\r\n  codeutilisateur_not_contains: String\r\n  codeutilisateur_starts_with: String\r\n  codeutilisateur_not_starts_with: String\r\n  codeutilisateur_ends_with: String\r\n  codeutilisateur_not_ends_with: String\r\n  lignedecommande: String\r\n  lignedecommande_not: String\r\n  lignedecommande_in: [String]\r\n  lignedecommande_not_in: [String]\r\n  lignedecommande_lt: String\r\n  lignedecommande_lte: String\r\n  lignedecommande_gt: String\r\n  lignedecommande_gte: String\r\n  lignedecommande_contains: String\r\n  lignedecommande_not_contains: String\r\n  lignedecommande_starts_with: String\r\n  lignedecommande_not_starts_with: String\r\n  lignedecommande_ends_with: String\r\n  lignedecommande_not_ends_with: String\r\n  statutLogin: StatutLoginEnumFilter\r\n  statutLogin_not: StatutLoginEnumFilter\r\n  statutLogin_in: [StatutLoginEnumFilter]\r\n  statutLogin_not_in: [StatutLoginEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Modlededocumentmtier\r\ninput filterModlededocumentmtier {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  crypt: Boolean\r\n  crypt_not: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Modlededonnes\r\ninput filterModlededonnes {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Paquetage\r\ninput filterPaquetage {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  abstraite: AbstraiteEnumFilter\r\n  abstraite_not: AbstraiteEnumFilter\r\n  abstraite_in: [AbstraiteEnumFilter]\r\n  abstraite_not_in: [AbstraiteEnumFilter]\r\n  packageMetaClassIdAbs: String\r\n  packageMetaClassIdAbs_not: String\r\n  packageMetaClassIdAbs_in: [String]\r\n  packageMetaClassIdAbs_not_in: [String]\r\n  packageMetaClassIdAbs_lt: String\r\n  packageMetaClassIdAbs_lte: String\r\n  packageMetaClassIdAbs_gt: String\r\n  packageMetaClassIdAbs_gte: String\r\n  packageMetaClassIdAbs_contains: String\r\n  packageMetaClassIdAbs_not_contains: String\r\n  packageMetaClassIdAbs_starts_with: String\r\n  packageMetaClassIdAbs_not_starts_with: String\r\n  packageMetaClassIdAbs_ends_with: String\r\n  packageMetaClassIdAbs_not_ends_with: String\r\n  codeNamePrefix: String\r\n  codeNamePrefix_not: String\r\n  codeNamePrefix_in: [String]\r\n  codeNamePrefix_not_in: [String]\r\n  codeNamePrefix_lt: String\r\n  codeNamePrefix_lte: String\r\n  codeNamePrefix_gt: String\r\n  codeNamePrefix_gte: String\r\n  codeNamePrefix_contains: String\r\n  codeNamePrefix_not_contains: String\r\n  codeNamePrefix_starts_with: String\r\n  codeNamePrefix_not_starts_with: String\r\n  codeNamePrefix_ends_with: String\r\n  codeNamePrefix_not_ends_with: String\r\n  codeNameSuffix: String\r\n  codeNameSuffix_not: String\r\n  codeNameSuffix_in: [String]\r\n  codeNameSuffix_not_in: [String]\r\n  codeNameSuffix_lt: String\r\n  codeNameSuffix_lte: String\r\n  codeNameSuffix_gt: String\r\n  codeNameSuffix_gte: String\r\n  codeNameSuffix_contains: String\r\n  codeNameSuffix_not_contains: String\r\n  codeNameSuffix_starts_with: String\r\n  codeNameSuffix_not_starts_with: String\r\n  codeNameSuffix_ends_with: String\r\n  codeNameSuffix_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of PersonneSystme\r\ninput filterPersonneSystme {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeutilisateur: String\r\n  codeutilisateur_not: String\r\n  codeutilisateur_in: [String]\r\n  codeutilisateur_not_in: [String]\r\n  codeutilisateur_lt: String\r\n  codeutilisateur_lte: String\r\n  codeutilisateur_gt: String\r\n  codeutilisateur_gte: String\r\n  codeutilisateur_contains: String\r\n  codeutilisateur_not_contains: String\r\n  codeutilisateur_starts_with: String\r\n  codeutilisateur_not_starts_with: String\r\n  codeutilisateur_ends_with: String\r\n  codeutilisateur_not_ends_with: String\r\n  lignedecommande: String\r\n  lignedecommande_not: String\r\n  lignedecommande_in: [String]\r\n  lignedecommande_not_in: [String]\r\n  lignedecommande_lt: String\r\n  lignedecommande_lte: String\r\n  lignedecommande_gt: String\r\n  lignedecommande_gte: String\r\n  lignedecommande_contains: String\r\n  lignedecommande_not_contains: String\r\n  lignedecommande_starts_with: String\r\n  lignedecommande_not_starts_with: String\r\n  lignedecommande_ends_with: String\r\n  lignedecommande_not_ends_with: String\r\n  nomutilisateurScci: String\r\n  nomutilisateurScci_not: String\r\n  nomutilisateurScci_in: [String]\r\n  nomutilisateurScci_not_in: [String]\r\n  nomutilisateurScci_lt: String\r\n  nomutilisateurScci_lte: String\r\n  nomutilisateurScci_gt: String\r\n  nomutilisateurScci_gte: String\r\n  nomutilisateurScci_contains: String\r\n  nomutilisateurScci_not_contains: String\r\n  nomutilisateurScci_starts_with: String\r\n  nomutilisateurScci_not_starts_with: String\r\n  nomutilisateurScci_ends_with: String\r\n  nomutilisateurScci_not_ends_with: String\r\n  adresseemail: String\r\n  adresseemail_not: String\r\n  adresseemail_in: [String]\r\n  adresseemail_not_in: [String]\r\n  adresseemail_lt: String\r\n  adresseemail_lte: String\r\n  adresseemail_gt: String\r\n  adresseemail_gte: String\r\n  adresseemail_contains: String\r\n  adresseemail_not_contains: String\r\n  adresseemail_starts_with: String\r\n  adresseemail_not_starts_with: String\r\n  adresseemail_ends_with: String\r\n  adresseemail_not_ends_with: String\r\n  appartientungroupedepersonnes: Boolean\r\n  appartientungroupedepersonnes_not: Boolean\r\n  languedesdonnes: String\r\n  languedesdonnes_not: String\r\n  languedesdonnes_in: [String]\r\n  languedesdonnes_not_in: [String]\r\n  languedesdonnes_lt: String\r\n  languedesdonnes_lte: String\r\n  languedesdonnes_gt: String\r\n  languedesdonnes_gte: String\r\n  languedesdonnes_contains: String\r\n  languedesdonnes_not_contains: String\r\n  languedesdonnes_starts_with: String\r\n  languedesdonnes_not_starts_with: String\r\n  languedesdonnes_ends_with: String\r\n  languedesdonnes_not_ends_with: String\r\n  numrodetlphone: String\r\n  numrodetlphone_not: String\r\n  numrodetlphone_in: [String]\r\n  numrodetlphone_not_in: [String]\r\n  numrodetlphone_lt: String\r\n  numrodetlphone_lte: String\r\n  numrodetlphone_gt: String\r\n  numrodetlphone_gte: String\r\n  numrodetlphone_contains: String\r\n  numrodetlphone_not_contains: String\r\n  numrodetlphone_starts_with: String\r\n  numrodetlphone_not_starts_with: String\r\n  numrodetlphone_ends_with: String\r\n  numrodetlphone_not_ends_with: String\r\n  initiales: String\r\n  initiales_not: String\r\n  initiales_in: [String]\r\n  initiales_not_in: [String]\r\n  initiales_lt: String\r\n  initiales_lte: String\r\n  initiales_gt: String\r\n  initiales_gte: String\r\n  initiales_contains: String\r\n  initiales_not_contains: String\r\n  initiales_starts_with: String\r\n  initiales_not_starts_with: String\r\n  initiales_ends_with: String\r\n  initiales_not_ends_with: String\r\n  personnevalide: PersonnevalideEnumFilter\r\n  personnevalide_not: PersonnevalideEnumFilter\r\n  personnevalide_in: [PersonnevalideEnumFilter]\r\n  personnevalide_not_in: [PersonnevalideEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Procdurestocke\r\ninput filterProcdurestocke {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  dfinitionSQL: String\r\n  dfinitionSQL_not: String\r\n  dfinitionSQL_in: [String]\r\n  dfinitionSQL_not_in: [String]\r\n  dfinitionSQL_lt: String\r\n  dfinitionSQL_lte: String\r\n  dfinitionSQL_gt: String\r\n  dfinitionSQL_gte: String\r\n  dfinitionSQL_contains: String\r\n  dfinitionSQL_not_contains: String\r\n  dfinitionSQL_starts_with: String\r\n  dfinitionSQL_not_starts_with: String\r\n  dfinitionSQL_ends_with: String\r\n  dfinitionSQL_not_ends_with: String\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String]\r\n  nomphysique_not_in: [String]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  natureprocdurecatalogue: NatureprocdurecatalogueEnumFilter\r\n  natureprocdurecatalogue_not: NatureprocdurecatalogueEnumFilter\r\n  natureprocdurecatalogue_in: [NatureprocdurecatalogueEnumFilter]\r\n  natureprocdurecatalogue_not_in: [NatureprocdurecatalogueEnumFilter]\r\n  storedProcedureName: String\r\n  storedProcedureName_not: String\r\n  storedProcedureName_in: [String]\r\n  storedProcedureName_not_in: [String]\r\n  storedProcedureName_lt: String\r\n  storedProcedureName_lte: String\r\n  storedProcedureName_gt: String\r\n  storedProcedureName_gte: String\r\n  storedProcedureName_contains: String\r\n  storedProcedureName_not_contains: String\r\n  storedProcedureName_starts_with: String\r\n  storedProcedureName_not_starts_with: String\r\n  storedProcedureName_ends_with: String\r\n  storedProcedureName_not_ends_with: String\r\n  definitionLevel: DefinitionLevelEnumFilter\r\n  definitionLevel_not: DefinitionLevelEnumFilter\r\n  definitionLevel_in: [DefinitionLevelEnumFilter]\r\n  definitionLevel_not_in: [DefinitionLevelEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Rglededfinitiondeconcept\r\ninput filterRglededfinitiondeconcept {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  descriptionRule: String\r\n  descriptionRule_not: String\r\n  descriptionRule_in: [String]\r\n  descriptionRule_not_in: [String]\r\n  descriptionRule_lt: String\r\n  descriptionRule_lte: String\r\n  descriptionRule_gt: String\r\n  descriptionRule_gte: String\r\n  descriptionRule_contains: String\r\n  descriptionRule_not_contains: String\r\n  descriptionRule_starts_with: String\r\n  descriptionRule_not_starts_with: String\r\n  descriptionRule_ends_with: String\r\n  descriptionRule_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of RledelAssociationMD\r\ninput filterRledelAssociationMD {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  rleidentifiant: RleidentifiantEnumFilter\r\n  rleidentifiant_not: RleidentifiantEnumFilter\r\n  rleidentifiant_in: [RleidentifiantEnumFilter]\r\n  rleidentifiant_not_in: [RleidentifiantEnumFilter]\r\n  multiplicit: MultiplicitEnumFilter\r\n  multiplicit_not: MultiplicitEnumFilter\r\n  multiplicit_in: [MultiplicitEnumFilter]\r\n  multiplicit_not_in: [MultiplicitEnumFilter]\r\n  participationMin: ParticipationMinEnumFilter\r\n  participationMin_not: ParticipationMinEnumFilter\r\n  participationMin_in: [ParticipationMinEnumFilter]\r\n  participationMin_not_in: [ParticipationMinEnumFilter]\r\n  participationMax: ParticipationMaxEnumFilter\r\n  participationMax_not: ParticipationMaxEnumFilter\r\n  participationMax_in: [ParticipationMaxEnumFilter]\r\n  participationMax_not_in: [ParticipationMaxEnumFilter]\r\n  toutPartie: ToutPartieEnumFilter\r\n  toutPartie_not: ToutPartieEnumFilter\r\n  toutPartie_in: [ToutPartieEnumFilter]\r\n  toutPartie_not_in: [ToutPartieEnumFilter]\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String]\r\n  nomSql_not_in: [String]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  uMLRoleName: String\r\n  uMLRoleName_not: String\r\n  uMLRoleName_in: [String]\r\n  uMLRoleName_not_in: [String]\r\n  uMLRoleName_lt: String\r\n  uMLRoleName_lte: String\r\n  uMLRoleName_gt: String\r\n  uMLRoleName_gte: String\r\n  uMLRoleName_contains: String\r\n  uMLRoleName_not_contains: String\r\n  uMLRoleName_starts_with: String\r\n  uMLRoleName_not_starts_with: String\r\n  uMLRoleName_ends_with: String\r\n  uMLRoleName_not_ends_with: String\r\n  rflexif: RflexifEnumFilter\r\n  rflexif_not: RflexifEnumFilter\r\n  rflexif_in: [RflexifEnumFilter]\r\n  rflexif_not_in: [RflexifEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Rlemtier\r\ninput filterRlemtier {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  multiplicitdurlemtier: MultiplicitdurlemtierEnumFilter\r\n  multiplicitdurlemtier_not: MultiplicitdurlemtierEnumFilter\r\n  multiplicitdurlemtier_in: [MultiplicitdurlemtierEnumFilter]\r\n  multiplicitdurlemtier_not_in: [MultiplicitdurlemtierEnumFilter]\r\n  statutdurlemtier: StatutdurlemtierEnumFilter\r\n  statutdurlemtier_not: StatutdurlemtierEnumFilter\r\n  statutdurlemtier_in: [StatutdurlemtierEnumFilter]\r\n  statutdurlemtier_not_in: [StatutdurlemtierEnumFilter]\r\n  proposertouslesutilisateurs: Boolean\r\n  proposertouslesutilisateurs_not: Boolean\r\n  affichagedurlemtier: AffichagedurlemtierEnumFilter\r\n  affichagedurlemtier_not: AffichagedurlemtierEnumFilter\r\n  affichagedurlemtier_in: [AffichagedurlemtierEnumFilter]\r\n  affichagedurlemtier_not_in: [AffichagedurlemtierEnumFilter]\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String]\r\n  gUIName_not_in: [String]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Squence\r\ninput filterSquence {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  iNCREMENTBY: String\r\n  iNCREMENTBY_not: String\r\n  iNCREMENTBY_in: [String]\r\n  iNCREMENTBY_not_in: [String]\r\n  iNCREMENTBY_lt: String\r\n  iNCREMENTBY_lte: String\r\n  iNCREMENTBY_gt: String\r\n  iNCREMENTBY_gte: String\r\n  iNCREMENTBY_contains: String\r\n  iNCREMENTBY_not_contains: String\r\n  iNCREMENTBY_starts_with: String\r\n  iNCREMENTBY_not_starts_with: String\r\n  iNCREMENTBY_ends_with: String\r\n  iNCREMENTBY_not_ends_with: String\r\n  sTARTWITH: String\r\n  sTARTWITH_not: String\r\n  sTARTWITH_in: [String]\r\n  sTARTWITH_not_in: [String]\r\n  sTARTWITH_lt: String\r\n  sTARTWITH_lte: String\r\n  sTARTWITH_gt: String\r\n  sTARTWITH_gte: String\r\n  sTARTWITH_contains: String\r\n  sTARTWITH_not_contains: String\r\n  sTARTWITH_starts_with: String\r\n  sTARTWITH_not_starts_with: String\r\n  sTARTWITH_ends_with: String\r\n  sTARTWITH_not_ends_with: String\r\n  mAXVALUEOracle: MAXVALUEOracleEnumFilter\r\n  mAXVALUEOracle_not: MAXVALUEOracleEnumFilter\r\n  mAXVALUEOracle_in: [MAXVALUEOracleEnumFilter]\r\n  mAXVALUEOracle_not_in: [MAXVALUEOracleEnumFilter]\r\n  mINVALUEOracle: MINVALUEOracleEnumFilter\r\n  mINVALUEOracle_not: MINVALUEOracleEnumFilter\r\n  mINVALUEOracle_in: [MINVALUEOracleEnumFilter]\r\n  mINVALUEOracle_not_in: [MINVALUEOracleEnumFilter]\r\n  cYCLEOracle: CYCLEOracleEnumFilter\r\n  cYCLEOracle_not: CYCLEOracleEnumFilter\r\n  cYCLEOracle_in: [CYCLEOracleEnumFilter]\r\n  cYCLEOracle_not_in: [CYCLEOracleEnumFilter]\r\n  cACHEOracle: CACHEOracleEnumFilter\r\n  cACHEOracle_not: CACHEOracleEnumFilter\r\n  cACHEOracle_in: [CACHEOracleEnumFilter]\r\n  cACHEOracle_not_in: [CACHEOracleEnumFilter]\r\n  oRDEROracle: ORDEROracleEnumFilter\r\n  oRDEROracle_not: ORDEROracleEnumFilter\r\n  oRDEROracle_in: [ORDEROracleEnumFilter]\r\n  oRDEROracle_not_in: [ORDEROracleEnumFilter]\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String]\r\n  nomphysique_not_in: [String]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  datatypedelasequence: DatatypedelasequenceEnumFilter\r\n  datatypedelasequence_not: DatatypedelasequenceEnumFilter\r\n  datatypedelasequence_in: [DatatypedelasequenceEnumFilter]\r\n  datatypedelasequence_not_in: [DatatypedelasequenceEnumFilter]\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String]\r\n  longueur_not_in: [String]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Table\r\ninput filterTable {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  complmentsdetable: String\r\n  complmentsdetable_not: String\r\n  complmentsdetable_in: [String]\r\n  complmentsdetable_not_in: [String]\r\n  complmentsdetable_lt: String\r\n  complmentsdetable_lte: String\r\n  complmentsdetable_gt: String\r\n  complmentsdetable_gte: String\r\n  complmentsdetable_contains: String\r\n  complmentsdetable_not_contains: String\r\n  complmentsdetable_starts_with: String\r\n  complmentsdetable_not_starts_with: String\r\n  complmentsdetable_ends_with: String\r\n  complmentsdetable_not_ends_with: String\r\n  sql: String\r\n  sql_not: String\r\n  sql_in: [String]\r\n  sql_not_in: [String]\r\n  sql_lt: String\r\n  sql_lte: String\r\n  sql_gt: String\r\n  sql_gte: String\r\n  sql_contains: String\r\n  sql_not_contains: String\r\n  sql_starts_with: String\r\n  sql_not_starts_with: String\r\n  sql_ends_with: String\r\n  sql_not_ends_with: String\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String]\r\n  nomphysique_not_in: [String]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  objetoriginepotentiel: String\r\n  objetoriginepotentiel_not: String\r\n  objetoriginepotentiel_in: [String]\r\n  objetoriginepotentiel_not_in: [String]\r\n  objetoriginepotentiel_lt: String\r\n  objetoriginepotentiel_lte: String\r\n  objetoriginepotentiel_gt: String\r\n  objetoriginepotentiel_gte: String\r\n  objetoriginepotentiel_contains: String\r\n  objetoriginepotentiel_not_contains: String\r\n  objetoriginepotentiel_starts_with: String\r\n  objetoriginepotentiel_not_starts_with: String\r\n  objetoriginepotentiel_ends_with: String\r\n  objetoriginepotentiel_not_ends_with: String\r\n  dBBName: String\r\n  dBBName_not: String\r\n  dBBName_in: [String]\r\n  dBBName_not_in: [String]\r\n  dBBName_lt: String\r\n  dBBName_lte: String\r\n  dBBName_gt: String\r\n  dBBName_gte: String\r\n  dBBName_contains: String\r\n  dBBName_not_contains: String\r\n  dBBName_starts_with: String\r\n  dBBName_not_starts_with: String\r\n  dBBName_ends_with: String\r\n  dBBName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Terme\r\ninput filterTerme {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  firstChar: FirstCharEnumFilter\r\n  firstChar_not: FirstCharEnumFilter\r\n  firstChar_in: [FirstCharEnumFilter]\r\n  firstChar_not_in: [FirstCharEnumFilter]\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String]\r\n  settings_not_in: [String]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Typededonnes\r\ninput filterTypededonnes {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String]\r\n  longueur_not_in: [String]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  dcimale: String\r\n  dcimale_not: String\r\n  dcimale_in: [String]\r\n  dcimale_not_in: [String]\r\n  dcimale_lt: String\r\n  dcimale_lte: String\r\n  dcimale_gt: String\r\n  dcimale_gte: String\r\n  dcimale_contains: String\r\n  dcimale_not_contains: String\r\n  dcimale_starts_with: String\r\n  dcimale_not_starts_with: String\r\n  dcimale_ends_with: String\r\n  dcimale_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Versiondudocumentmtier\r\ninput filterVersiondudocumentmtier {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  extensiondufichier: String\r\n  extensiondufichier_not: String\r\n  extensiondufichier_in: [String]\r\n  extensiondufichier_not_in: [String]\r\n  extensiondufichier_lt: String\r\n  extensiondufichier_lte: String\r\n  extensiondufichier_gt: String\r\n  extensiondufichier_gte: String\r\n  extensiondufichier_contains: String\r\n  extensiondufichier_not_contains: String\r\n  extensiondufichier_starts_with: String\r\n  extensiondufichier_not_starts_with: String\r\n  extensiondufichier_ends_with: String\r\n  extensiondufichier_not_ends_with: String\r\n  nomdelaversiondudocumentmtier: String\r\n  nomdelaversiondudocumentmtier_not: String\r\n  nomdelaversiondudocumentmtier_in: [String]\r\n  nomdelaversiondudocumentmtier_not_in: [String]\r\n  nomdelaversiondudocumentmtier_lt: String\r\n  nomdelaversiondudocumentmtier_lte: String\r\n  nomdelaversiondudocumentmtier_gt: String\r\n  nomdelaversiondudocumentmtier_gte: String\r\n  nomdelaversiondudocumentmtier_contains: String\r\n  nomdelaversiondudocumentmtier_not_contains: String\r\n  nomdelaversiondudocumentmtier_starts_with: String\r\n  nomdelaversiondudocumentmtier_not_starts_with: String\r\n  nomdelaversiondudocumentmtier_ends_with: String\r\n  nomdelaversiondudocumentmtier_not_ends_with: String\r\n  versiondedocument: String\r\n  versiondedocument_not: String\r\n  versiondedocument_in: [String]\r\n  versiondedocument_not_in: [String]\r\n  versiondedocument_lt: String\r\n  versiondedocument_lte: String\r\n  versiondedocument_gt: String\r\n  versiondedocument_gte: String\r\n  versiondedocument_contains: String\r\n  versiondedocument_not_contains: String\r\n  versiondedocument_starts_with: String\r\n  versiondedocument_not_starts_with: String\r\n  versiondedocument_ends_with: String\r\n  versiondedocument_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\n# Filters of Vuephysique\r\ninput filterVuephysique {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  dfinitionSQL: String\r\n  dfinitionSQL_not: String\r\n  dfinitionSQL_in: [String]\r\n  dfinitionSQL_not_in: [String]\r\n  dfinitionSQL_lt: String\r\n  dfinitionSQL_lte: String\r\n  dfinitionSQL_gt: String\r\n  dfinitionSQL_gte: String\r\n  dfinitionSQL_contains: String\r\n  dfinitionSQL_not_contains: String\r\n  dfinitionSQL_starts_with: String\r\n  dfinitionSQL_not_starts_with: String\r\n  dfinitionSQL_ends_with: String\r\n  dfinitionSQL_not_ends_with: String\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String]\r\n  nomphysique_not_in: [String]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  logicalViewName: String\r\n  logicalViewName_not: String\r\n  logicalViewName_in: [String]\r\n  logicalViewName_not_in: [String]\r\n  logicalViewName_lt: String\r\n  logicalViewName_lte: String\r\n  logicalViewName_gt: String\r\n  logicalViewName_gte: String\r\n  logicalViewName_contains: String\r\n  logicalViewName_not_contains: String\r\n  logicalViewName_starts_with: String\r\n  logicalViewName_not_starts_with: String\r\n  logicalViewName_ends_with: String\r\n  logicalViewName_not_ends_with: String\r\n  complmentsdevue: String\r\n  complmentsdevue_not: String\r\n  complmentsdevue_in: [String]\r\n  complmentsdevue_not_in: [String]\r\n  complmentsdevue_lt: String\r\n  complmentsdevue_lte: String\r\n  complmentsdevue_gt: String\r\n  complmentsdevue_gte: String\r\n  complmentsdevue_contains: String\r\n  complmentsdevue_not_contains: String\r\n  complmentsdevue_starts_with: String\r\n  complmentsdevue_not_starts_with: String\r\n  complmentsdevue_ends_with: String\r\n  complmentsdevue_not_ends_with: String\r\n  typedevue: TypedevueEnumFilter\r\n  typedevue_not: TypedevueEnumFilter\r\n  typedevue_in: [TypedevueEnumFilter]\r\n  typedevue_not_in: [TypedevueEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String]\r\n  commentaire_not_in: [String]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n}\r\n\r\nenum FirstCharEnumFilter {\r\n  Other\r\n  A\r\n  Z\r\n  E\r\n  R\r\n  T\r\n  Y\r\n  U\r\n  I\r\n  O\r\n  P\r\n  Q\r\n  S\r\n  D\r\n  F\r\n  G\r\n  H\r\n  J\r\n  K\r\n  L\r\n  M\r\n  W\r\n  X\r\n  C\r\n  V\r\n  B\r\n  N\r\n}\r\n\r\nenum FKEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\n# Une base de donn?es est partitionn?e en espaces logiques appel?s Groupements de\r\n# Donn?es.  Groupement de Donn?es  est le terme g?n?rique du concept dont l\r\n# appellation varie en fonction du SGBD. Ex :  Tablespace  pour DB2 et Oracle, \r\n# Segment  pour SQL Server,...\r\ntype Groupementdedonnes {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  complmentsdetable: String\r\n  complmentsdetablespace: String\r\n  complmentsdindex: String\r\n  nomphysique: String\r\n  taille: GroupementdedonnesTailleEnum\r\n  dBBName: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  basededonnes(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  table(filter: filterTable, orderBy: [orderByTable]): [Table]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\ninput GroupementdedonnesFilter {\r\n  and: [GroupementdedonnesFilter!]\r\n  or: [GroupementdedonnesFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  complmentsdetable: String\r\n  complmentsdetable_not: String\r\n  complmentsdetable_in: [String!]\r\n  complmentsdetable_not_in: [String!]\r\n  complmentsdetable_lt: String\r\n  complmentsdetable_lte: String\r\n  complmentsdetable_gt: String\r\n  complmentsdetable_gte: String\r\n  complmentsdetable_contains: String\r\n  complmentsdetable_not_contains: String\r\n  complmentsdetable_starts_with: String\r\n  complmentsdetable_not_starts_with: String\r\n  complmentsdetable_ends_with: String\r\n  complmentsdetable_not_ends_with: String\r\n  complmentsdetablespace: String\r\n  complmentsdetablespace_not: String\r\n  complmentsdetablespace_in: [String!]\r\n  complmentsdetablespace_not_in: [String!]\r\n  complmentsdetablespace_lt: String\r\n  complmentsdetablespace_lte: String\r\n  complmentsdetablespace_gt: String\r\n  complmentsdetablespace_gte: String\r\n  complmentsdetablespace_contains: String\r\n  complmentsdetablespace_not_contains: String\r\n  complmentsdetablespace_starts_with: String\r\n  complmentsdetablespace_not_starts_with: String\r\n  complmentsdetablespace_ends_with: String\r\n  complmentsdetablespace_not_ends_with: String\r\n  complmentsdindex: String\r\n  complmentsdindex_not: String\r\n  complmentsdindex_in: [String!]\r\n  complmentsdindex_not_in: [String!]\r\n  complmentsdindex_lt: String\r\n  complmentsdindex_lte: String\r\n  complmentsdindex_gt: String\r\n  complmentsdindex_gte: String\r\n  complmentsdindex_contains: String\r\n  complmentsdindex_not_contains: String\r\n  complmentsdindex_starts_with: String\r\n  complmentsdindex_not_starts_with: String\r\n  complmentsdindex_ends_with: String\r\n  complmentsdindex_not_ends_with: String\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String!]\r\n  nomphysique_not_in: [String!]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  taille: GroupementdedonnesTailleEnum\r\n  taille_not: GroupementdedonnesTailleEnum\r\n  taille_in: [GroupementdedonnesTailleEnum!]\r\n  taille_not_in: [GroupementdedonnesTailleEnum!]\r\n  dBBName: String\r\n  dBBName_not: String\r\n  dBBName_in: [String!]\r\n  dBBName_not_in: [String!]\r\n  dBBName_lt: String\r\n  dBBName_lte: String\r\n  dBBName_gt: String\r\n  dBBName_gte: String\r\n  dBBName_contains: String\r\n  dBBName_not_contains: String\r\n  dBBName_starts_with: String\r\n  dBBName_not_starts_with: String\r\n  dBBName_ends_with: String\r\n  dBBName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  concept_Conceptapparent_some: [GroupementdedonnesFilter!]\r\n  basededonnes_some: [GroupementdedonnesFilter!]\r\n  table_some: [GroupementdedonnesFilter!]\r\n  concept_some: [GroupementdedonnesFilter!]\r\n}\r\n\r\nenum GroupementdedonnesTailleEnum {\r\n  LOB\r\n  Large\r\n}\r\n\r\nenum IdentifiantIsEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum IdentificationdeclasseEnumFilter {\r\n  Attribute\r\n  Automatic\r\n  Noidentifier\r\n  Key\r\n}\r\n\r\nenum ImplmentationDelphidesaccesseursEnumFilter {\r\n  default\r\n  user\r\n}\r\n\r\n# Un index est une liste permettant de retrouver rapidement les enregistrements d\r\n# une table correspondant ? un crit?re donn?. L index d une table est reli? aux\r\n# colonnes qui le constituent. Son type d?finit s il est unique ou non, son sens,\r\n# s il est ascendant ou descendant.\r\ntype Index {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  typeIndex: IndexTypeIndexEnum\r\n  sensTri: IndexSensTriEnum\r\n  complmentsdindex: String\r\n  clustered: IndexClusteredEnum\r\n  nomphysique: String\r\n  dBBName: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  colonne(filter: filterColonne, orderBy: [orderByColonne]): [Colonne]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\nenum IndexClusteredEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\ninput IndexFilter {\r\n  and: [IndexFilter!]\r\n  or: [IndexFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  typeIndex: IndexTypeIndexEnum\r\n  typeIndex_not: IndexTypeIndexEnum\r\n  typeIndex_in: [IndexTypeIndexEnum!]\r\n  typeIndex_not_in: [IndexTypeIndexEnum!]\r\n  sensTri: IndexSensTriEnum\r\n  sensTri_not: IndexSensTriEnum\r\n  sensTri_in: [IndexSensTriEnum!]\r\n  sensTri_not_in: [IndexSensTriEnum!]\r\n  complmentsdindex: String\r\n  complmentsdindex_not: String\r\n  complmentsdindex_in: [String!]\r\n  complmentsdindex_not_in: [String!]\r\n  complmentsdindex_lt: String\r\n  complmentsdindex_lte: String\r\n  complmentsdindex_gt: String\r\n  complmentsdindex_gte: String\r\n  complmentsdindex_contains: String\r\n  complmentsdindex_not_contains: String\r\n  complmentsdindex_starts_with: String\r\n  complmentsdindex_not_starts_with: String\r\n  complmentsdindex_ends_with: String\r\n  complmentsdindex_not_ends_with: String\r\n  clustered: IndexClusteredEnum\r\n  clustered_not: IndexClusteredEnum\r\n  clustered_in: [IndexClusteredEnum!]\r\n  clustered_not_in: [IndexClusteredEnum!]\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String!]\r\n  nomphysique_not_in: [String!]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  dBBName: String\r\n  dBBName_not: String\r\n  dBBName_in: [String!]\r\n  dBBName_not_in: [String!]\r\n  dBBName_lt: String\r\n  dBBName_lte: String\r\n  dBBName_gt: String\r\n  dBBName_gte: String\r\n  dBBName_contains: String\r\n  dBBName_not_contains: String\r\n  dBBName_starts_with: String\r\n  dBBName_not_starts_with: String\r\n  dBBName_ends_with: String\r\n  dBBName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  colonne_some: [IndexFilter!]\r\n  concept_Conceptapparent_some: [IndexFilter!]\r\n  concept_some: [IndexFilter!]\r\n}\r\n\r\nenum IndexSensTriEnum {\r\n  Ascending\r\n  Descending\r\n}\r\n\r\nenum IndexTypeIndexEnum {\r\n  Bitmap\r\n  Uniquewherenotnull\r\n  Unique\r\n  Standard\r\n}\r\n\r\ntype IndividuIA {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  dictionnairemtier_Dictionnairemtierdtenteur(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  concept_Classifieurdindividu_Classificationdindividu_Classificationdindividu(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\ninput IndividuIAFilter {\r\n  and: [IndividuIAFilter!]\r\n  or: [IndividuIAFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [IndividuIAFilter!]\r\n  documentmtier_Documentrfrenc_some: [IndividuIAFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [IndividuIAFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [IndividuIAFilter!]\r\n  dictionnairemtier_Dictionnairemtierdtenteur_some: [IndividuIAFilter!]\r\n  concept_Classifieurdindividu_Classificationdindividu_Classificationdindividu_some: [IndividuIAFilter!]\r\n}\r\n\r\n# Input type for Assignationderesponsabilit\r\ninput InputAssignationderesponsabilit {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  personneSystme_Personneassigne: _InputCollectionAction\r\n  rlemtier: _InputCollectionAction\r\n  concepttype_Objetassign: _InputCollectionAction\r\n  dictionnairemtier_Objetassign: _InputCollectionAction\r\n  concept_Objetassign: _InputCollectionAction\r\n  basededonnes_Objetassign: _InputCollectionAction\r\n  entitMD_Objetassign: _InputCollectionAction\r\n  rglededfinitiondeconcept_Objetassign: _InputCollectionAction\r\n  domainedinformationmtier_Objetassign: _InputCollectionAction\r\n  paquetage_Objetassign: _InputCollectionAction\r\n  conceptdtat_Objetassign: _InputCollectionAction\r\n  classe_Objetassign: _InputCollectionAction\r\n  typededonnes_Objetassign: _InputCollectionAction\r\n  conceptvnement_Objetassign: _InputCollectionAction\r\n  modlededonnes_Objetassign: _InputCollectionAction\r\n  vuephysique_Objetassign: _InputCollectionAction\r\n  table_Objetassign: _InputCollectionAction\r\n  cartedesinformationsmtier_Objetassign: _InputCollectionAction\r\n}\r\n\r\n# Input type for Association\r\ninput InputAssociation {\r\n  externalIdentifier: String\r\n  name: String\r\n  persistante: AssociationPersistanteEnum\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  attribut: _InputCollectionAction\r\n  concept_Conceptapparent_RledelAssociation_Connexion: _InputCollectionAction\r\n  classe_Classe_RledelAssociation_Connexion: _InputCollectionAction\r\n  concept_Concept_RledelAssociation_Connexion: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for AssociationMD\r\ninput InputAssociationMD {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  rledelAssociationMD: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for Attribut\r\ninput InputAttribut {\r\n  externalIdentifier: String\r\n  name: String\r\n  statique: AttributStatiqueEnum\r\n  persistante: AttributPersistanteEnum\r\n  dcimale: String\r\n  longueur: String\r\n  ordonne: AttributOrdonneEnum\r\n  unicit: AttributUnicitEnum\r\n  lectureseule: AttributLectureseuleEnum\r\n  valeurinitiale: String\r\n  exig: AttributExigEnum\r\n  codeNamePrefix: String\r\n  codeNameSuffix: String\r\n  remplaable: AttributRemplaableEnum\r\n  calcul: AttributCalculEnum\r\n  implmentationDelphidesaccesseurs: AttributImplmentationDelphidesaccesseursEnum\r\n  delphiAccessor: AttributDelphiAccessorEnum\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  association: _InputCollectionAction\r\n  colonne: _InputCollectionAction\r\n  classe_Implmentation: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for AttributMD\r\ninput InputAttributMD {\r\n  externalIdentifier: String\r\n  name: String\r\n  ordonne: AttributMDOrdonneEnum\r\n  unicit: AttributMDUnicitEnum\r\n  lectureseule: AttributMDLectureseuleEnum\r\n  valeurinitiale: String\r\n  exig: AttributMDExigEnum\r\n  remplaable: AttributMDRemplaableEnum\r\n  longueur: String\r\n  dcimale: String\r\n  calcul: AttributMDCalculEnum\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  entitMD: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for Basededonnes\r\ninput InputBasededonnes {\r\n  externalIdentifier: String\r\n  name: String\r\n  complmentsdetable: String\r\n  complmentsdindex: String\r\n  prfixe: String\r\n  commentaire: String\r\n  modlededonnes_Modledesdonnes: _InputCollectionAction\r\n  table: _InputCollectionAction\r\n  vuephysique: _InputCollectionAction\r\n  procdurestocke: _InputCollectionAction\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  administrateurdebasededonnes_PersonneSystme: _InputCollectionAction\r\n  concepteurdedonnes_PersonneSystme: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  groupementdedonnes: _InputCollectionAction\r\n  squence: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for Cartedesinformationsmtier\r\ninput InputCartedesinformationsmtier {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  dictionnairemtier_Dictionnairemtierdtenteur: _InputCollectionAction\r\n  domainedinformationmtier_Domainedinformationrfrenc_Composantdecartedinformationsmtiers_Composantdecartededonnesdtenu: _InputCollectionAction\r\n}\r\n\r\n# Input type for Catgoriededocument\r\ninput InputCatgoriededocument {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  catgoriededocument_Catgoriededocumentparente: _InputCollectionAction\r\n  catgoriededocument_Souscatgoriesdedocument: _InputCollectionAction\r\n  modlededocumentmtier_Modlededocument: _InputCollectionAction\r\n  documentmtier_Documentsmtiers: _InputCollectionAction\r\n}\r\n\r\n# Input type for Cl\r\ninput InputCl {\r\n  externalIdentifier: String\r\n  name: String\r\n  typeCl: ClTypeClEnum\r\n  onUpdate: ClOnUpdateEnum\r\n  onDelete: ClOnDeleteEnum\r\n  commentaire: String\r\n  colonne: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for Classe\r\ninput InputClasse {\r\n  externalIdentifier: String\r\n  name: String\r\n  abstraite: ClasseAbstraiteEnum\r\n  persistante: ClassePersistanteEnum\r\n  identificationdeclasse: ClasseIdentificationdeclasseEnum\r\n  dcimale: String\r\n  longueur: String\r\n  invariant: String\r\n  codeNamePrefix: String\r\n  codeNameSuffix: String\r\n  commentaire: String\r\n  paquetage_Paquetagededonnes: _InputCollectionAction\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  paquetage_Paquetagerfrenc: _InputCollectionAction\r\n  scientifiquededonnes_PersonneSystme: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  paquetage_Modledeclasses: _InputCollectionAction\r\n  attribut_Attributimplment: _InputCollectionAction\r\n  concept_Conceptapparent_RledelAssociation_Rledelassociation: _InputCollectionAction\r\n  association_Association_RledelAssociation_Rledelassociation: _InputCollectionAction\r\n  concept_Concept_RledelAssociation_Rledelassociation: _InputCollectionAction\r\n  paquetage_Paquetagerfrenant: _InputCollectionAction\r\n  typededonnes: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n  paquetage_Espacedenommagequalifi: _InputCollectionAction\r\n}\r\n\r\n# Input type for Classificationdecomposantentitdudictionnaire\r\ninput InputClassificationdecomposantentitdudictionnaire {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  composantdentitdudictionnaire_Composantentitclassifi: _InputCollectionAction\r\n  terme_Dsignation_Composantdeconcept_Classifieurdecomposantentit: _InputCollectionAction\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Classifieurdecomposantentit: _InputCollectionAction\r\n  terme_Synonyme_Composantdeconcept_Classifieurdecomposantentit: _InputCollectionAction\r\n  concept_Concept_Composantdeconcept_Classifieurdecomposantentit: _InputCollectionAction\r\n  concept_Conceptdtenteur_Composantdeconcept_Classifieurdecomposantentit: _InputCollectionAction\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Classifieurdecomposantentit: _InputCollectionAction\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Classifieurdecomposantentit: _InputCollectionAction\r\n}\r\n\r\n# Input type for Classificationdeconcept\r\ninput InputClassificationdeconcept {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  concepttype_Classifieurdeconcept: _InputCollectionAction\r\n  concept_Conceptclassifi: _InputCollectionAction\r\n}\r\n\r\n# Input type for Classificationdindividu\r\ninput InputClassificationdindividu {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  concept_Classifieurdindividu: _InputCollectionAction\r\n  individuIA_Individuclassifi: _InputCollectionAction\r\n}\r\n\r\n# Input type for Cluster\r\ninput InputCluster {\r\n  externalIdentifier: String\r\n  name: String\r\n  iNITIALOracle: String\r\n  nEXTOracle: String\r\n  mINEXTENTSOracle: String\r\n  mAXEXTENTSOracle: ClusterMAXEXTENTSOracleEnum\r\n  pCTINCREASEOracle: Int\r\n  fREELISTSOracle: Int\r\n  fREELISTGROUPSOracle: Int\r\n  oPTIMALOracle: ClusterOPTIMALOracleEnum\r\n  bUFFERPOOLOracle: ClusterBUFFERPOOLOracleEnum\r\n  cACHEOracle: ClusterCACHEOracleEnum\r\n  rOWDEPENDENCIESOracle: ClusterROWDEPENDENCIESOracleEnum\r\n  sIZEOracle: String\r\n  clusterTypeOracle: ClusterClusterTypeOracleEnum\r\n  hASHKEYSOracle: Int\r\n  hashFunctionOracle: String\r\n  pARALLELOracle: ClusterPARALLELOracleEnum\r\n  pCTFREEOracle: Int\r\n  pCTUSEDOracle: Int\r\n  iNITRANSOracle: Int\r\n  mAXTRANSOracle: Int\r\n  commentaire: String\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  colonne: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for Colonne\r\ninput InputColonne {\r\n  externalIdentifier: String\r\n  name: String\r\n  longueur: String\r\n  dcimale: String\r\n  notNull: ColonneNotNullEnum\r\n  complmentsdecolonne: String\r\n  valeurpardfautdutexte: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  table: _InputCollectionAction\r\n  cl: _InputCollectionAction\r\n  index: _InputCollectionAction\r\n  colonnedecluster: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  attribut: _InputCollectionAction\r\n  cluster: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n  table_Clustertable: _InputCollectionAction\r\n}\r\n\r\n# Input type for Colonnedecluster\r\ninput InputColonnedecluster {\r\n  externalIdentifier: String\r\n  name: String\r\n  dcimale: String\r\n  longueur: String\r\n  commentaire: String\r\n  colonne: _InputCollectionAction\r\n}\r\n\r\n# Input type for Composantdecartedinformationsmtiers\r\ninput InputComposantdecartedinformationsmtiers {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  cartedesinformationsmtier_Cartededonnesmtierdtentrice: _InputCollectionAction\r\n  domainedinformationmtier_Domainedinformationrfrenc: _InputCollectionAction\r\n}\r\n\r\n# Input type for Composantdeconcept\r\ninput InputComposantdeconcept {\r\n  externalIdentifier: String\r\n  name: String\r\n  multiplicitminimale: ComposantdeconceptMultiplicitminimaleEnum\r\n  multiplicitmaximale: ComposantdeconceptMultiplicitmaximaleEnum\r\n  conceptabstrait: Boolean\r\n  typedagrgationdeconcept: ComposantdeconceptTypedagrgationdeconceptEnum\r\n  settings: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  terme_Dsignation: _InputCollectionAction\r\n  conceptdtat_Etatdeconceptcompos: _InputCollectionAction\r\n  terme_Synonyme: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n  concept_Conceptdtenteur: _InputCollectionAction\r\n  conceptdtat_Conceptdtenteur: _InputCollectionAction\r\n  conceptvnement_Conceptdtenteur: _InputCollectionAction\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire: _InputCollectionAction\r\n}\r\n\r\n# Input type for Composantdeconceptcalcul\r\ninput InputComposantdeconceptcalcul {\r\n  externalIdentifier: String\r\n  name: String\r\n  multiplicitminimale: ComposantdeconceptcalculMultiplicitminimaleEnum\r\n  multiplicitmaximale: ComposantdeconceptcalculMultiplicitmaximaleEnum\r\n  conceptabstrait: Boolean\r\n  typedagrgationdeconcept: ComposantdeconceptcalculTypedagrgationdeconceptEnum\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  terme_Dsignation: _InputCollectionAction\r\n  concept_Classedtentricedunconceptdinformationmtier: _InputCollectionAction\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier: _InputCollectionAction\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier: _InputCollectionAction\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept: _InputCollectionAction\r\n  terme_Synonyme: _InputCollectionAction\r\n  concept_Conceptrfrenc: _InputCollectionAction\r\n}\r\n\r\n# Input type for Composantdedomainedinformationmtier\r\ninput InputComposantdedomainedinformationmtier {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  domainedinformationmtier_Domainemtierdtenu: _InputCollectionAction\r\n  domainedinformationmtier_Domainemtierrfrenc: _InputCollectionAction\r\n}\r\n\r\n# Input type for Composantdentitdudictionnaire\r\ninput InputComposantdentitdudictionnaire {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  classificationdecomposantentitdudictionnaire_Classificationdecomposantentitdtenu: _InputCollectionAction\r\n}\r\n\r\n# Input type for Concept\r\ninput InputConcept {\r\n  externalIdentifier: String\r\n  name: String\r\n  conceptabstrait: Boolean\r\n  settings: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  terme_Dsignation: _InputCollectionAction\r\n  concepteurdedonnes_PersonneSystme: _InputCollectionAction\r\n  procdurestocke_Objetassoci: _InputCollectionAction\r\n  basededonnes_Objetassoci: _InputCollectionAction\r\n  entitMD_Objetassoci: _InputCollectionAction\r\n  paquetage_Objetassoci: _InputCollectionAction\r\n  squence_Objetassoci: _InputCollectionAction\r\n  associationMD_Objetassoci: _InputCollectionAction\r\n  rledelAssociationMD_Objetassoci: _InputCollectionAction\r\n  cluster_Objetassoci: _InputCollectionAction\r\n  groupementdedonnes_Objetassoci: _InputCollectionAction\r\n  association_Objetassoci: _InputCollectionAction\r\n  attribut_Objetassoci: _InputCollectionAction\r\n  classe_Objetassoci: _InputCollectionAction\r\n  association_Association_RledelAssociation_Objetassoci: _InputCollectionAction\r\n  classe_Classe_RledelAssociation_Objetassoci: _InputCollectionAction\r\n  concept_Concept_RledelAssociation_Objetassoci: _InputCollectionAction\r\n  typededonnes_Objetassoci: _InputCollectionAction\r\n  modlededonnes_Objetassoci: _InputCollectionAction\r\n  vuephysique_Objetassoci: _InputCollectionAction\r\n  attributMD_Objetassoci: _InputCollectionAction\r\n  table_Objetassoci: _InputCollectionAction\r\n  cl_Objetassoci: _InputCollectionAction\r\n  colonne_Objetassoci: _InputCollectionAction\r\n  index_Objetassoci: _InputCollectionAction\r\n  rglededfinitiondeconcept_Rgledeconceptdtentrice_Paramtreensortiedelargledeconcept_Paramtreensortiedelargledeconcept: _InputCollectionAction\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalculdtenu: _InputCollectionAction\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Composantdeconceptcalculdtenu: _InputCollectionAction\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalculdtenu: _InputCollectionAction\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Composantdeconceptcalculdtenu: _InputCollectionAction\r\n  terme_Synonyme: _InputCollectionAction\r\n  terme_Dsignation_Composantdeconcept_Compositiondeconcept: _InputCollectionAction\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Compositiondeconcept: _InputCollectionAction\r\n  terme_Synonyme_Composantdeconcept_Compositiondeconcept: _InputCollectionAction\r\n  concept_Conceptdtenteur_Composantdeconcept_Compositiondeconcept: _InputCollectionAction\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Compositiondeconcept: _InputCollectionAction\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Compositiondeconcept: _InputCollectionAction\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Compositiondeconcept: _InputCollectionAction\r\n  individuIA_Individuclassifi_Classificationdindividu_Classificationindividuelle: _InputCollectionAction\r\n  dictionnairemtier_Dictionnairemtierdtenteur: _InputCollectionAction\r\n  terme_Dsignation_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n  terme_Synonyme_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n  concept_Concept_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalcul: _InputCollectionAction\r\n  concept_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul: _InputCollectionAction\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul: _InputCollectionAction\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul: _InputCollectionAction\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Composantdeconceptcalcul: _InputCollectionAction\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalcul: _InputCollectionAction\r\n  procdurestocke_Objetdfini: _InputCollectionAction\r\n  basededonnes_Objetdfini: _InputCollectionAction\r\n  entitMD_Objetdfini: _InputCollectionAction\r\n  paquetage_Objetdfini: _InputCollectionAction\r\n  squence_Objetdfini: _InputCollectionAction\r\n  associationMD_Objetdfini: _InputCollectionAction\r\n  rledelAssociationMD_Objetdfini: _InputCollectionAction\r\n  cluster_Objetdfini: _InputCollectionAction\r\n  groupementdedonnes_Objetdfini: _InputCollectionAction\r\n  association_Objetdfini: _InputCollectionAction\r\n  attribut_Objetdfini: _InputCollectionAction\r\n  classe_Objetdfini: _InputCollectionAction\r\n  concept_Conceptapparent_RledelAssociation_Objetdfini: _InputCollectionAction\r\n  association_Association_RledelAssociation_Objetdfini: _InputCollectionAction\r\n  classe_Classe_RledelAssociation_Objetdfini: _InputCollectionAction\r\n  typededonnes_Objetdfini: _InputCollectionAction\r\n  modlededonnes_Objetdfini: _InputCollectionAction\r\n  vuephysique_Objetdfini: _InputCollectionAction\r\n  attributMD_Objetdfini: _InputCollectionAction\r\n  table_Objetdfini: _InputCollectionAction\r\n  cl_Objetdfini: _InputCollectionAction\r\n  colonne_Objetdfini: _InputCollectionAction\r\n  index_Objetdfini: _InputCollectionAction\r\n  concepttype_Classifieurdeconcept_Classificationdeconcept_Classificationdeconceptdtenue: _InputCollectionAction\r\n  dossierdeconcepts_DossierParent: _InputCollectionAction\r\n  terme_Dsignation_Supercomposantdeconcept_Composantdesuperentitdtenu: _InputCollectionAction\r\n  terme_Synonyme_Supercomposantdeconcept_Composantdesuperentitdtenu: _InputCollectionAction\r\n  concepttype_Concepttypecompose_Supercomposantdeconcept_Composantdesuperentitdtenu: _InputCollectionAction\r\n  concept_Corrl: _InputCollectionAction\r\n  concept_Apparente: _InputCollectionAction\r\n}\r\n\r\n# Input type for Conceptdtat\r\ninput InputConceptdtat {\r\n  externalIdentifier: String\r\n  name: String\r\n  conceptabstrait: Boolean\r\n  settings: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  terme_Dsignation: _InputCollectionAction\r\n  terme_Dsignation_Composantdeconcept_Compositiondtatdeconcept: _InputCollectionAction\r\n  terme_Synonyme_Composantdeconcept_Compositiondtatdeconcept: _InputCollectionAction\r\n  concept_Concept_Composantdeconcept_Compositiondtatdeconcept: _InputCollectionAction\r\n  concept_Conceptdtenteur_Composantdeconcept_Compositiondtatdeconcept: _InputCollectionAction\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Compositiondtatdeconcept: _InputCollectionAction\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Compositiondtatdeconcept: _InputCollectionAction\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Compositiondtatdeconcept: _InputCollectionAction\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalculdtenu: _InputCollectionAction\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Composantdeconceptcalculdtenu: _InputCollectionAction\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalculdtenu: _InputCollectionAction\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Composantdeconceptcalculdtenu: _InputCollectionAction\r\n  terme_Synonyme: _InputCollectionAction\r\n  dictionnairemtier_Dictionnairemtierdtenteur: _InputCollectionAction\r\n  terme_Dsignation_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n  terme_Synonyme_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n  concept_Concept_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n}\r\n\r\n# Input type for Concepttype\r\ninput InputConcepttype {\r\n  externalIdentifier: String\r\n  name: String\r\n  conceptabstrait: Boolean\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  terme_Dsignation: _InputCollectionAction\r\n  concepteurdedonnes_PersonneSystme: _InputCollectionAction\r\n  terme_Synonyme: _InputCollectionAction\r\n  concept_Conceptclassifi_Classificationdeconcept_Classificationdeconcept: _InputCollectionAction\r\n  dictionnairemtier_Dictionnairemtierdtenteur: _InputCollectionAction\r\n  terme_Dsignation_Supercomposantdeconcept_Usageduconcepttype: _InputCollectionAction\r\n  terme_Synonyme_Supercomposantdeconcept_Usageduconcepttype: _InputCollectionAction\r\n  concept_Dfinitiondeconcept_Supercomposantdeconcept_Usageduconcepttype: _InputCollectionAction\r\n}\r\n\r\n# Input type for Conceptvnement\r\ninput InputConceptvnement {\r\n  externalIdentifier: String\r\n  name: String\r\n  conceptabstrait: Boolean\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  terme_Dsignation: _InputCollectionAction\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalculdtenu: _InputCollectionAction\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Composantdeconceptcalculdtenu: _InputCollectionAction\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalculdtenu: _InputCollectionAction\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Composantdeconceptcalculdtenu: _InputCollectionAction\r\n  terme_Synonyme: _InputCollectionAction\r\n  dictionnairemtier_Dictionnairemtierdtenteur: _InputCollectionAction\r\n  terme_Dsignation_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n  terme_Synonyme_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n  concept_Concept_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Composantdeconceptdtenu: _InputCollectionAction\r\n}\r\n\r\n# Input type for Dictionnairemtier\r\ninput InputDictionnairemtier {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  concepteurdedonnes_PersonneSystme: _InputCollectionAction\r\n  concepttype_Briquedinformationmtierdtenue: _InputCollectionAction\r\n  concept_Briquedinformationmtierdtenue: _InputCollectionAction\r\n  terme_Briquedinformationmtierdtenue: _InputCollectionAction\r\n  rglededfinitiondeconcept_Briquedinformationmtierdtenue: _InputCollectionAction\r\n  domainedinformationmtier_Briquedinformationmtierdtenue: _InputCollectionAction\r\n  conceptdtat_Briquedinformationmtierdtenue: _InputCollectionAction\r\n  conceptvnement_Briquedinformationmtierdtenue: _InputCollectionAction\r\n  individuIA_Briquedinformationmtierdtenue: _InputCollectionAction\r\n  cartedesinformationsmtier_Briquedinformationmtierdtenue: _InputCollectionAction\r\n}\r\n\r\n# Input type for Documentmtier\r\ninput InputDocumentmtier {\r\n  externalIdentifier: String\r\n  name: String\r\n  encrypt: Boolean\r\n  gDPRDocumentID: String\r\n  commentaire: String\r\n  concepttype_Objetdocument: _InputCollectionAction\r\n  procdurestocke_Objetdocument: _InputCollectionAction\r\n  dictionnairemtier_Objetdocument: _InputCollectionAction\r\n  concept_Objetdocument: _InputCollectionAction\r\n  terme_Objetdocument: _InputCollectionAction\r\n  basededonnes_Objetdocument: _InputCollectionAction\r\n  entitMD_Objetdocument: _InputCollectionAction\r\n  rglededfinitiondeconcept_Objetdocument: _InputCollectionAction\r\n  domainedinformationmtier_Objetdocument: _InputCollectionAction\r\n  paquetage_Objetdocument: _InputCollectionAction\r\n  conceptdtat_Objetdocument: _InputCollectionAction\r\n  association_Objetdocument: _InputCollectionAction\r\n  classe_Objetdocument: _InputCollectionAction\r\n  typededonnes_Objetdocument: _InputCollectionAction\r\n  conceptvnement_Objetdocument: _InputCollectionAction\r\n  individuIA_Objetdocument: _InputCollectionAction\r\n  modlededonnes_Objetdocument: _InputCollectionAction\r\n  vuephysique_Objetdocument: _InputCollectionAction\r\n  table_Objetdocument: _InputCollectionAction\r\n  cartedesinformationsmtier_Objetdocument: _InputCollectionAction\r\n  concepttype_Objet: _InputCollectionAction\r\n  procdurestocke_Objet: _InputCollectionAction\r\n  dictionnairemtier_Objet: _InputCollectionAction\r\n  concept_Objet: _InputCollectionAction\r\n  terme_Objet: _InputCollectionAction\r\n  basededonnes_Objet: _InputCollectionAction\r\n  entitMD_Objet: _InputCollectionAction\r\n  rglededfinitiondeconcept_Objet: _InputCollectionAction\r\n  domainedinformationmtier_Objet: _InputCollectionAction\r\n  paquetage_Objet: _InputCollectionAction\r\n  conceptdtat_Objet: _InputCollectionAction\r\n  association_Objet: _InputCollectionAction\r\n  classe_Objet: _InputCollectionAction\r\n  typededonnes_Objet: _InputCollectionAction\r\n  conceptvnement_Objet: _InputCollectionAction\r\n  individuIA_Objet: _InputCollectionAction\r\n  modlededonnes_Objet: _InputCollectionAction\r\n  vuephysique_Objet: _InputCollectionAction\r\n  table_Objet: _InputCollectionAction\r\n  cartedesinformationsmtier_Objet: _InputCollectionAction\r\n  catgoriededocument_Categoriedudocument: _InputCollectionAction\r\n  modlededocumentmtier_Modledudocument: _InputCollectionAction\r\n  versiondudocumentmtier_Versionsdudocument: _InputCollectionAction\r\n}\r\n\r\n# Input type for Domainedinformationmtier\r\ninput InputDomainedinformationmtier {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  domainedinformationmtier_Domainemtierrfrenc_Composantdedomainedinformationmtier_Composantdedomainemtierdtenu: _InputCollectionAction\r\n  domainedinformationmtier_Domainemtierdtenu_Composantdedomainedinformationmtier_Rlededomainemtier: _InputCollectionAction\r\n  dictionnairemtier_Dictionnairemtierdtenteur: _InputCollectionAction\r\n  cartedesinformationsmtier_Cartededonnesmtierdtentrice_Composantdecartedinformationsmtiers_Composantdecartedinformationmtier: _InputCollectionAction\r\n}\r\n\r\n# Input type for Dossierdeconcepts\r\ninput InputDossierdeconcepts {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  concept_Conceptrfrenc: _InputCollectionAction\r\n}\r\n\r\n# Input type for EntitMD\r\ninput InputEntitMD {\r\n  externalIdentifier: String\r\n  name: String\r\n  abstraite: EntitMDAbstraiteEnum\r\n  commentaire: String\r\n  modlededonnes_Modledesdonnes: _InputCollectionAction\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  modlededonnes_Modlededonnesutilisateur: _InputCollectionAction\r\n  modlededonnes_Modlededonnesdtenteur: _InputCollectionAction\r\n  rledelAssociationMD_RledelassociationMD: _InputCollectionAction\r\n  attributMD: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for Groupementdedonnes\r\ninput InputGroupementdedonnes {\r\n  externalIdentifier: String\r\n  name: String\r\n  complmentsdetable: String\r\n  complmentsdetablespace: String\r\n  complmentsdindex: String\r\n  taille: GroupementdedonnesTailleEnum\r\n  commentaire: String\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  basededonnes: _InputCollectionAction\r\n  table: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for Index\r\ninput InputIndex {\r\n  externalIdentifier: String\r\n  name: String\r\n  typeIndex: IndexTypeIndexEnum\r\n  sensTri: IndexSensTriEnum\r\n  complmentsdindex: String\r\n  clustered: IndexClusteredEnum\r\n  commentaire: String\r\n  colonne: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for IndividuIA\r\ninput InputIndividuIA {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  dictionnairemtier_Dictionnairemtierdtenteur: _InputCollectionAction\r\n  concept_Classifieurdindividu_Classificationdindividu_Classificationdindividu: _InputCollectionAction\r\n}\r\n\r\n# Input type for Login\r\ninput InputLogin {\r\n  externalIdentifier: String\r\n  name: String\r\n  codeutilisateur: String\r\n  lignedecommande: String\r\n  statutLogin: LoginStatutLoginEnum\r\n  commentaire: String\r\n  personneSystme_Dtenteurdulogin: _InputCollectionAction\r\n}\r\n\r\n# Input type for Modlededocumentmtier\r\ninput InputModlededocumentmtier {\r\n  externalIdentifier: String\r\n  name: String\r\n  crypt: Boolean\r\n  commentaire: String\r\n  catgoriededocument: _InputCollectionAction\r\n  documentmtier_Documentsmtiers: _InputCollectionAction\r\n}\r\n\r\n# Input type for Modlededonnes\r\ninput InputModlededonnes {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  basededonnes_Basededonnesmodlise: _InputCollectionAction\r\n  entitMD: _InputCollectionAction\r\n  entitMD_EntitMDdtenue: _InputCollectionAction\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  concepteurdedonnes_PersonneSystme: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  entitMD_EntitMDselonmodle: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for Paquetage\r\ninput InputPaquetage {\r\n  externalIdentifier: String\r\n  name: String\r\n  abstraite: PaquetageAbstraiteEnum\r\n  codeNamePrefix: String\r\n  codeNameSuffix: String\r\n  commentaire: String\r\n  classe: _InputCollectionAction\r\n  classe_Classerfrence: _InputCollectionAction\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  classe_Classerfrenante: _InputCollectionAction\r\n  concepteurdedonnes_PersonneSystme: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  classe_Classedumodle: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n  classe_Classequalifiante: _InputCollectionAction\r\n}\r\n\r\n# Input type for Paramtreensortiedelargledeconcept\r\ninput InputParamtreensortiedelargledeconcept {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  rglededfinitiondeconcept_Rgledeconceptdtentrice: _InputCollectionAction\r\n  concept_Conceptrfrenc: _InputCollectionAction\r\n}\r\n\r\n# Input type for PersonneSystme\r\ninput InputPersonneSystme {\r\n  externalIdentifier: String\r\n  name: String\r\n  codeutilisateur: String\r\n  lignedecommande: String\r\n  nomutilisateurScci: String\r\n  adresseemail: String\r\n  appartientungroupedepersonnes: Boolean\r\n  languedesdonnes: String\r\n  numrodetlphone: String\r\n  initiales: String\r\n  commentaire: String\r\n  login: _InputCollectionAction\r\n  concepteurdedonnes_Concepttype: _InputCollectionAction\r\n  concepteurdedonnes_Dictionnairemtier: _InputCollectionAction\r\n  concepteurdedonnes_Concept: _InputCollectionAction\r\n  administrateurdebasededonnes_Basededonnes: _InputCollectionAction\r\n  concepteurdedonnes_Basededonnes: _InputCollectionAction\r\n  concepteurdedonnes_Paquetage: _InputCollectionAction\r\n  scientifiquededonnes_Classe: _InputCollectionAction\r\n  concepteurdedonnes_Modlededonnes: _InputCollectionAction\r\n  scientifiquededonnes_Vuephysique: _InputCollectionAction\r\n  scientifiquededonnes_Table: _InputCollectionAction\r\n}\r\n\r\n# Input type for Procdurestocke\r\ninput InputProcdurestocke {\r\n  externalIdentifier: String\r\n  name: String\r\n  natureprocdurecatalogue: ProcdurestockeNatureprocdurecatalogueEnum\r\n  definitionLevel: ProcdurestockeDefinitionLevelEnum\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  basededonnes: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for Rglededfinitiondeconcept\r\ninput InputRglededfinitiondeconcept {\r\n  externalIdentifier: String\r\n  name: String\r\n  descriptionRule: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  concept_Conceptrfrenc_Paramtreensortiedelargledeconcept_Paramtreensortiedunergledeconceptdtenu: _InputCollectionAction\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalcul: _InputCollectionAction\r\n  concept_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul: _InputCollectionAction\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul: _InputCollectionAction\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul: _InputCollectionAction\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalcul: _InputCollectionAction\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Composantdeconceptcalcul: _InputCollectionAction\r\n  dictionnairemtier_Dictionnairemtierdtenteur: _InputCollectionAction\r\n}\r\n\r\n# Input type for RledelAssociation\r\ninput InputRledelAssociation {\r\n  externalIdentifier: String\r\n  name: String\r\n  porteCible: RledelAssociationPorteCibleEnum\r\n  rle: String\r\n  ordonne: RledelAssociationOrdonneEnum\r\n  unicit: RledelAssociationUnicitEnum\r\n  lectureseule: RledelAssociationLectureseuleEnum\r\n  valeurinitiale: String\r\n  dtention: RledelAssociationDtentionEnum\r\n  codeNamePrefix: String\r\n  codeNameSuffix: String\r\n  calcul: RledelAssociationCalculEnum\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  association: _InputCollectionAction\r\n  classe: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for RledelAssociationMD\r\ninput InputRledelAssociationMD {\r\n  externalIdentifier: String\r\n  name: String\r\n  commentaire: String\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  entitMD: _InputCollectionAction\r\n  associationMD: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for Rlemtier\r\ninput InputRlemtier {\r\n  externalIdentifier: String\r\n  name: String\r\n  multiplicitdurlemtier: RlemtierMultiplicitdurlemtierEnum\r\n  statutdurlemtier: RlemtierStatutdurlemtierEnum\r\n  proposertouslesutilisateurs: Boolean\r\n  affichagedurlemtier: RlemtierAffichagedurlemtierEnum\r\n  gUIName: String\r\n  commentaire: String\r\n  personneSystme_Personneassigne_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  concepttype_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  dictionnairemtier_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  concept_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  basededonnes_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  entitMD_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  rglededfinitiondeconcept_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  domainedinformationmtier_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  paquetage_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  conceptdtat_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  classe_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  typededonnes_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  conceptvnement_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  modlededonnes_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  vuephysique_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  table_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n  cartedesinformationsmtier_Objetassign_Assignationderesponsabilit_Affectationdepersonne: _InputCollectionAction\r\n}\r\n\r\n# Input type for Squence\r\ninput InputSquence {\r\n  externalIdentifier: String\r\n  name: String\r\n  iNCREMENTBY: String\r\n  sTARTWITH: String\r\n  mAXVALUEOracle: SquenceMAXVALUEOracleEnum\r\n  mINVALUEOracle: SquenceMINVALUEOracleEnum\r\n  cYCLEOracle: SquenceCYCLEOracleEnum\r\n  cACHEOracle: SquenceCACHEOracleEnum\r\n  oRDEROracle: SquenceORDEROracleEnum\r\n  datatypedelasequence: SquenceDatatypedelasequenceEnum\r\n  longueur: String\r\n  commentaire: String\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  basededonnes: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for Supercomposantdeconcept\r\ninput InputSupercomposantdeconcept {\r\n  externalIdentifier: String\r\n  name: String\r\n  multiplicitminimale: SupercomposantdeconceptMultiplicitminimaleEnum\r\n  multiplicitmaximale: SupercomposantdeconceptMultiplicitmaximaleEnum\r\n  conceptabstrait: Boolean\r\n  typedagrgationdeconcept: SupercomposantdeconceptTypedagrgationdeconceptEnum\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  terme_Dsignation: _InputCollectionAction\r\n  terme_Synonyme: _InputCollectionAction\r\n  concept_Dfinitiondeconcept: _InputCollectionAction\r\n  concepttype_Concepttypecompose: _InputCollectionAction\r\n}\r\n\r\n# Input type for Table\r\ninput InputTable {\r\n  externalIdentifier: String\r\n  name: String\r\n  complmentsdetable: String\r\n  sql: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  basededonnes: _InputCollectionAction\r\n  colonne: _InputCollectionAction\r\n  scientifiquededonnes_PersonneSystme: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  groupementdedonnes: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n  colonne_Colonneencluster: _InputCollectionAction\r\n}\r\n\r\n# Input type for Terme\r\ninput InputTerme {\r\n  externalIdentifier: String\r\n  name: String\r\n  settings: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  concepttype_Dictionnairetypeidentifi: _InputCollectionAction\r\n  concept_Dictionnairetypeidentifi: _InputCollectionAction\r\n  terme_Synonyme_Supercomposantdeconcept_Dictionnairetypeidentifi: _InputCollectionAction\r\n  concept_Dfinitiondeconcept_Supercomposantdeconcept_Dictionnairetypeidentifi: _InputCollectionAction\r\n  concepttype_Concepttypecompose_Supercomposantdeconcept_Dictionnairetypeidentifi: _InputCollectionAction\r\n  conceptdtat_Dictionnairetypeidentifi: _InputCollectionAction\r\n  concept_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetypeidentifi: _InputCollectionAction\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetypeidentifi: _InputCollectionAction\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetypeidentifi: _InputCollectionAction\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Dictionnairetypeidentifi: _InputCollectionAction\r\n  terme_Synonyme_Composantdeconceptcalcul_Dictionnairetypeidentifi: _InputCollectionAction\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Dictionnairetypeidentifi: _InputCollectionAction\r\n  conceptvnement_Dictionnairetypeidentifi: _InputCollectionAction\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Dictionnairetypeidentifi: _InputCollectionAction\r\n  terme_Synonyme_Composantdeconcept_Dictionnairetypeidentifi: _InputCollectionAction\r\n  concept_Concept_Composantdeconcept_Dictionnairetypeidentifi: _InputCollectionAction\r\n  concept_Conceptdtenteur_Composantdeconcept_Dictionnairetypeidentifi: _InputCollectionAction\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Dictionnairetypeidentifi: _InputCollectionAction\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Dictionnairetypeidentifi: _InputCollectionAction\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Dictionnairetypeidentifi: _InputCollectionAction\r\n  concepttype_Dictionnairetype: _InputCollectionAction\r\n  concept_Dictionnairetype: _InputCollectionAction\r\n  terme_Dsignation_Supercomposantdeconcept_Dictionnairetype: _InputCollectionAction\r\n  concept_Dfinitiondeconcept_Supercomposantdeconcept_Dictionnairetype: _InputCollectionAction\r\n  concepttype_Concepttypecompose_Supercomposantdeconcept_Dictionnairetype: _InputCollectionAction\r\n  conceptdtat_Dictionnairetype: _InputCollectionAction\r\n  terme_Dsignation_Composantdeconceptcalcul_Dictionnairetype: _InputCollectionAction\r\n  concept_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetype: _InputCollectionAction\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetype: _InputCollectionAction\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetype: _InputCollectionAction\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Dictionnairetype: _InputCollectionAction\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Dictionnairetype: _InputCollectionAction\r\n  conceptvnement_Dictionnairetype: _InputCollectionAction\r\n  terme_Dsignation_Composantdeconcept_Dictionnairetype: _InputCollectionAction\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Dictionnairetype: _InputCollectionAction\r\n  concept_Concept_Composantdeconcept_Dictionnairetype: _InputCollectionAction\r\n  concept_Conceptdtenteur_Composantdeconcept_Dictionnairetype: _InputCollectionAction\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Dictionnairetype: _InputCollectionAction\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Dictionnairetype: _InputCollectionAction\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Dictionnairetype: _InputCollectionAction\r\n  dictionnairemtier_Dictionnairemtierdtenteur: _InputCollectionAction\r\n}\r\n\r\n# Input type for Typededonnes\r\ninput InputTypededonnes {\r\n  externalIdentifier: String\r\n  name: String\r\n  longueur: String\r\n  dcimale: String\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  classe_SQLDatatype: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\n# Input type for Versiondudocumentmtier\r\ninput InputVersiondudocumentmtier {\r\n  externalIdentifier: String\r\n  name: String\r\n  extensiondufichier: String\r\n  versiondedocument: String\r\n  commentaire: String\r\n  concepttype_Objetdocument: _InputCollectionAction\r\n  procdurestocke_Objetdocument: _InputCollectionAction\r\n  dictionnairemtier_Objetdocument: _InputCollectionAction\r\n  concept_Objetdocument: _InputCollectionAction\r\n  terme_Objetdocument: _InputCollectionAction\r\n  basededonnes_Objetdocument: _InputCollectionAction\r\n  entitMD_Objetdocument: _InputCollectionAction\r\n  rglededfinitiondeconcept_Objetdocument: _InputCollectionAction\r\n  domainedinformationmtier_Objetdocument: _InputCollectionAction\r\n  paquetage_Objetdocument: _InputCollectionAction\r\n  conceptdtat_Objetdocument: _InputCollectionAction\r\n  association_Objetdocument: _InputCollectionAction\r\n  classe_Objetdocument: _InputCollectionAction\r\n  typededonnes_Objetdocument: _InputCollectionAction\r\n  conceptvnement_Objetdocument: _InputCollectionAction\r\n  individuIA_Objetdocument: _InputCollectionAction\r\n  modlededonnes_Objetdocument: _InputCollectionAction\r\n  vuephysique_Objetdocument: _InputCollectionAction\r\n  table_Objetdocument: _InputCollectionAction\r\n  cartedesinformationsmtier_Objetdocument: _InputCollectionAction\r\n  concepttype_Objet: _InputCollectionAction\r\n  procdurestocke_Objet: _InputCollectionAction\r\n  dictionnairemtier_Objet: _InputCollectionAction\r\n  concept_Objet: _InputCollectionAction\r\n  terme_Objet: _InputCollectionAction\r\n  basededonnes_Objet: _InputCollectionAction\r\n  entitMD_Objet: _InputCollectionAction\r\n  rglededfinitiondeconcept_Objet: _InputCollectionAction\r\n  domainedinformationmtier_Objet: _InputCollectionAction\r\n  paquetage_Objet: _InputCollectionAction\r\n  conceptdtat_Objet: _InputCollectionAction\r\n  association_Objet: _InputCollectionAction\r\n  classe_Objet: _InputCollectionAction\r\n  typededonnes_Objet: _InputCollectionAction\r\n  conceptvnement_Objet: _InputCollectionAction\r\n  individuIA_Objet: _InputCollectionAction\r\n  modlededonnes_Objet: _InputCollectionAction\r\n  vuephysique_Objet: _InputCollectionAction\r\n  table_Objet: _InputCollectionAction\r\n  cartedesinformationsmtier_Objet: _InputCollectionAction\r\n  documentmtier_Document: _InputCollectionAction\r\n}\r\n\r\n# Input type for Vuephysique\r\ninput InputVuephysique {\r\n  externalIdentifier: String\r\n  name: String\r\n  complmentsdevue: String\r\n  typedevue: VuephysiqueTypedevueEnum\r\n  commentaire: String\r\n  documentmtier_Documentjoint: _InputCollectionAction\r\n  documentmtier_Documentrfrenc: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentattache: _InputCollectionAction\r\n  versiondudocumentmtier_Versiondedocumentrfrence: _InputCollectionAction\r\n  scientifiquededonnes_PersonneSystme: _InputCollectionAction\r\n  concept_Conceptapparent: _InputCollectionAction\r\n  basededonnes: _InputCollectionAction\r\n  concept: _InputCollectionAction\r\n}\r\n\r\nenum LectureseuleEnumFilter {\r\n  ReadOnly\r\n  Norestriction\r\n  AddOnly\r\n}\r\n\r\n# Le login donne acc?s ? certaines fonctions du produit et ? certains\r\n# r?f?rentiels. Le code associ? au login est utilis? pour g?n?rer le nom des\r\n# fichiers ainsi que l espace de travail de l utilisateur. Lors de l installation,\r\n# le login d administrateur doit ?tre utilis? pour g?rer les r?f?rentiels et cr?er\r\n# les nouveaux  logins.  \r\ntype Login {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  codeutilisateur: String\r\n  lignedecommande: String\r\n  statutLogin: LoginStatutLoginEnum\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  personneSystme_Dtenteurdulogin(filter: filterPersonneSystme, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n}\r\n\r\ninput LoginFilter {\r\n  and: [LoginFilter!]\r\n  or: [LoginFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeutilisateur: String\r\n  codeutilisateur_not: String\r\n  codeutilisateur_in: [String!]\r\n  codeutilisateur_not_in: [String!]\r\n  codeutilisateur_lt: String\r\n  codeutilisateur_lte: String\r\n  codeutilisateur_gt: String\r\n  codeutilisateur_gte: String\r\n  codeutilisateur_contains: String\r\n  codeutilisateur_not_contains: String\r\n  codeutilisateur_starts_with: String\r\n  codeutilisateur_not_starts_with: String\r\n  codeutilisateur_ends_with: String\r\n  codeutilisateur_not_ends_with: String\r\n  lignedecommande: String\r\n  lignedecommande_not: String\r\n  lignedecommande_in: [String!]\r\n  lignedecommande_not_in: [String!]\r\n  lignedecommande_lt: String\r\n  lignedecommande_lte: String\r\n  lignedecommande_gt: String\r\n  lignedecommande_gte: String\r\n  lignedecommande_contains: String\r\n  lignedecommande_not_contains: String\r\n  lignedecommande_starts_with: String\r\n  lignedecommande_not_starts_with: String\r\n  lignedecommande_ends_with: String\r\n  lignedecommande_not_ends_with: String\r\n  statutLogin: LoginStatutLoginEnum\r\n  statutLogin_not: LoginStatutLoginEnum\r\n  statutLogin_in: [LoginStatutLoginEnum!]\r\n  statutLogin_not_in: [LoginStatutLoginEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  personneSystme_Dtenteurdulogin_some: [LoginFilter!]\r\n}\r\n\r\nenum LoginStatutLoginEnum {\r\n  Active\r\n  Inactive\r\n}\r\n\r\nenum MAXEXTENTSOracleEnumFilter {\r\n  UNLIMITED\r\n}\r\n\r\nenum MAXVALUEOracleEnumFilter {\r\n  NOMAXVALUE\r\n}\r\n\r\n# The `Milliseconds` scalar type represents a period of time represented as the total number of milliseconds.\r\nscalar Milliseconds\r\n\r\nenum MINVALUEOracleEnumFilter {\r\n  NOMINVALUE\r\n}\r\n\r\n# Le Mod?le de document m?tier permet de pr?d?finir les caract?ristiques d un\r\n# document : la Cat?gorie de document, la  Zone d acc?s en lecture, le cryptage...\r\n# Exemple :  r?glementation des contr?les  pour les contr?leurs\r\ntype Modlededocumentmtier {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  crypt: Boolean\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  catgoriededocument(filter: filterCatgoriededocument, orderBy: [orderByCatgoriededocument]): [Catgoriededocument]\r\n  documentmtier_Documentsmtiers(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n}\r\n\r\ninput ModlededocumentmtierFilter {\r\n  and: [ModlededocumentmtierFilter!]\r\n  or: [ModlededocumentmtierFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  crypt: Boolean\r\n  crypt_not: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  catgoriededocument_some: [ModlededocumentmtierFilter!]\r\n  documentmtier_Documentsmtiers_some: [ModlededocumentmtierFilter!]\r\n}\r\n\r\n# Un mod?le de donn?es permet de repr?senter la structure statique d un syst?me,\r\n# en particulier les types d objets manipul?s dans le syst?me, leur structure\r\n# interne et les relations qui existent entre eux.Un mod?le de donn?es regroupe un\r\n# ensemble d entit?s avec leurs attributs, les associations qui existent entre ces\r\n# entit?s, des contraintes qui portent sur ces entit?s et associations, etc. \r\ntype Modlededonnes {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  basededonnes_Basededonnesmodlise(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  entitMD(filter: filterEntitMD, orderBy: [orderByEntitMD]): [EntitMD]\r\n  entitMD_EntitMDdtenue(filter: filterEntitMD, orderBy: [orderByEntitMD]): [EntitMD]\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  concepteurdedonnes_PersonneSystme(filter: filterPersonneSystme, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  entitMD_EntitMDselonmodle(filter: filterEntitMD, orderBy: [orderByEntitMD]): [EntitMD]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\ninput ModlededonnesFilter {\r\n  and: [ModlededonnesFilter!]\r\n  or: [ModlededonnesFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  basededonnes_Basededonnesmodlise_some: [ModlededonnesFilter!]\r\n  entitMD_some: [ModlededonnesFilter!]\r\n  entitMD_EntitMDdtenue_some: [ModlededonnesFilter!]\r\n  documentmtier_Documentjoint_some: [ModlededonnesFilter!]\r\n  documentmtier_Documentrfrenc_some: [ModlededonnesFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [ModlededonnesFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [ModlededonnesFilter!]\r\n  concepteurdedonnes_PersonneSystme_some: [ModlededonnesFilter!]\r\n  concept_Conceptapparent_some: [ModlededonnesFilter!]\r\n  entitMD_EntitMDselonmodle_some: [ModlededonnesFilter!]\r\n  concept_some: [ModlededonnesFilter!]\r\n}\r\n\r\nenum MultiplicitdurlemtierEnumFilter {\r\n  Many\r\n  ZeroToOne\r\n  One\r\n  OneToMany\r\n}\r\n\r\nenum MultiplicitEnumFilter {\r\n  Many\r\n  OneToMany\r\n  One\r\n  ZeroToOne\r\n}\r\n\r\ntype Mutation {\r\n  createPersonneSystme(personneSystme: InputPersonneSystme!, creationMode: creationMode): PersonneSystme!\r\n  updatePersonneSystme(id: String!, personneSystme: InputPersonneSystme!): PersonneSystme!\r\n  deletePersonneSystme(id: String!, cascade: Boolean): PersonneSystme\r\n  createLogin(login: InputLogin!, creationMode: creationMode): Login!\r\n  updateLogin(id: String!, login: InputLogin!): Login!\r\n  deleteLogin(id: String!, cascade: Boolean): Login\r\n  createAssignationderesponsabilit(assignationderesponsabilit: InputAssignationderesponsabilit!, creationMode: creationMode): Assignationderesponsabilit!\r\n  updateAssignationderesponsabilit(id: String!, assignationderesponsabilit: InputAssignationderesponsabilit!): Assignationderesponsabilit!\r\n  deleteAssignationderesponsabilit(id: String!, cascade: Boolean): Assignationderesponsabilit\r\n  createRlemtier(rlemtier: InputRlemtier!, creationMode: creationMode): Rlemtier!\r\n  updateRlemtier(id: String!, rlemtier: InputRlemtier!): Rlemtier!\r\n  deleteRlemtier(id: String!, cascade: Boolean): Rlemtier\r\n  createConcepttype(concepttype: InputConcepttype!, creationMode: creationMode): Concepttype!\r\n  updateConcepttype(id: String!, concepttype: InputConcepttype!): Concepttype!\r\n  deleteConcepttype(id: String!, cascade: Boolean): Concepttype\r\n  createClassificationdeconcept(classificationdeconcept: InputClassificationdeconcept!, creationMode: creationMode): Classificationdeconcept!\r\n  updateClassificationdeconcept(id: String!, classificationdeconcept: InputClassificationdeconcept!): Classificationdeconcept!\r\n  deleteClassificationdeconcept(id: String!, cascade: Boolean): Classificationdeconcept\r\n  createDossierdeconcepts(dossierdeconcepts: InputDossierdeconcepts!, creationMode: creationMode): Dossierdeconcepts!\r\n  updateDossierdeconcepts(id: String!, dossierdeconcepts: InputDossierdeconcepts!): Dossierdeconcepts!\r\n  deleteDossierdeconcepts(id: String!, cascade: Boolean): Dossierdeconcepts\r\n  createProcdurestocke(procdurestocke: InputProcdurestocke!, creationMode: creationMode): Procdurestocke!\r\n  updateProcdurestocke(id: String!, procdurestocke: InputProcdurestocke!): Procdurestocke!\r\n  deleteProcdurestocke(id: String!, cascade: Boolean): Procdurestocke\r\n  createComposantdecartedinformationsmtiers(composantdecartedinformationsmtiers: InputComposantdecartedinformationsmtiers!, creationMode: creationMode): Composantdecartedinformationsmtiers!\r\n  updateComposantdecartedinformationsmtiers(id: String!, composantdecartedinformationsmtiers: InputComposantdecartedinformationsmtiers!): Composantdecartedinformationsmtiers!\r\n  deleteComposantdecartedinformationsmtiers(id: String!, cascade: Boolean): Composantdecartedinformationsmtiers\r\n  createDictionnairemtier(dictionnairemtier: InputDictionnairemtier!, creationMode: creationMode): Dictionnairemtier!\r\n  updateDictionnairemtier(id: String!, dictionnairemtier: InputDictionnairemtier!): Dictionnairemtier!\r\n  deleteDictionnairemtier(id: String!, cascade: Boolean): Dictionnairemtier\r\n  createConcept(concept: InputConcept!, creationMode: creationMode): Concept!\r\n  updateConcept(id: String!, concept: InputConcept!): Concept!\r\n  deleteConcept(id: String!, cascade: Boolean): Concept\r\n  createTerme(terme: InputTerme!, creationMode: creationMode): Terme!\r\n  updateTerme(id: String!, terme: InputTerme!): Terme!\r\n  deleteTerme(id: String!, cascade: Boolean): Terme\r\n  createBasededonnes(basededonnes: InputBasededonnes!, creationMode: creationMode): Basededonnes!\r\n  updateBasededonnes(id: String!, basededonnes: InputBasededonnes!): Basededonnes!\r\n  deleteBasededonnes(id: String!, cascade: Boolean): Basededonnes\r\n  createEntitMD(entitMD: InputEntitMD!, creationMode: creationMode): EntitMD!\r\n  updateEntitMD(id: String!, entitMD: InputEntitMD!): EntitMD!\r\n  deleteEntitMD(id: String!, cascade: Boolean): EntitMD\r\n  createParamtreensortiedelargledeconcept(paramtreensortiedelargledeconcept: InputParamtreensortiedelargledeconcept!, creationMode: creationMode): Paramtreensortiedelargledeconcept!\r\n  updateParamtreensortiedelargledeconcept(id: String!, paramtreensortiedelargledeconcept: InputParamtreensortiedelargledeconcept!): Paramtreensortiedelargledeconcept!\r\n  deleteParamtreensortiedelargledeconcept(id: String!, cascade: Boolean): Paramtreensortiedelargledeconcept\r\n  createRglededfinitiondeconcept(rglededfinitiondeconcept: InputRglededfinitiondeconcept!, creationMode: creationMode): Rglededfinitiondeconcept!\r\n  updateRglededfinitiondeconcept(id: String!, rglededfinitiondeconcept: InputRglededfinitiondeconcept!): Rglededfinitiondeconcept!\r\n  deleteRglededfinitiondeconcept(id: String!, cascade: Boolean): Rglededfinitiondeconcept\r\n  createDomainedinformationmtier(domainedinformationmtier: InputDomainedinformationmtier!, creationMode: creationMode): Domainedinformationmtier!\r\n  updateDomainedinformationmtier(id: String!, domainedinformationmtier: InputDomainedinformationmtier!): Domainedinformationmtier!\r\n  deleteDomainedinformationmtier(id: String!, cascade: Boolean): Domainedinformationmtier\r\n  createClassificationdecomposantentitdudictionnaire(classificationdecomposantentitdudictionnaire: InputClassificationdecomposantentitdudictionnaire!, creationMode: creationMode): Classificationdecomposantentitdudictionnaire!\r\n  updateClassificationdecomposantentitdudictionnaire(id: String!, classificationdecomposantentitdudictionnaire: InputClassificationdecomposantentitdudictionnaire!): Classificationdecomposantentitdudictionnaire!\r\n  deleteClassificationdecomposantentitdudictionnaire(id: String!, cascade: Boolean): Classificationdecomposantentitdudictionnaire\r\n  createPaquetage(paquetage: InputPaquetage!, creationMode: creationMode): Paquetage!\r\n  updatePaquetage(id: String!, paquetage: InputPaquetage!): Paquetage!\r\n  deletePaquetage(id: String!, cascade: Boolean): Paquetage\r\n  createSquence(squence: InputSquence!, creationMode: creationMode): Squence!\r\n  updateSquence(id: String!, squence: InputSquence!): Squence!\r\n  deleteSquence(id: String!, cascade: Boolean): Squence\r\n  createComposantdentitdudictionnaire(composantdentitdudictionnaire: InputComposantdentitdudictionnaire!, creationMode: creationMode): Composantdentitdudictionnaire!\r\n  updateComposantdentitdudictionnaire(id: String!, composantdentitdudictionnaire: InputComposantdentitdudictionnaire!): Composantdentitdudictionnaire!\r\n  deleteComposantdentitdudictionnaire(id: String!, cascade: Boolean): Composantdentitdudictionnaire\r\n  createAssociationMD(associationMD: InputAssociationMD!, creationMode: creationMode): AssociationMD!\r\n  updateAssociationMD(id: String!, associationMD: InputAssociationMD!): AssociationMD!\r\n  deleteAssociationMD(id: String!, cascade: Boolean): AssociationMD\r\n  createRledelAssociationMD(rledelAssociationMD: InputRledelAssociationMD!, creationMode: creationMode): RledelAssociationMD!\r\n  updateRledelAssociationMD(id: String!, rledelAssociationMD: InputRledelAssociationMD!): RledelAssociationMD!\r\n  deleteRledelAssociationMD(id: String!, cascade: Boolean): RledelAssociationMD\r\n  createColonnedecluster(colonnedecluster: InputColonnedecluster!, creationMode: creationMode): Colonnedecluster!\r\n  updateColonnedecluster(id: String!, colonnedecluster: InputColonnedecluster!): Colonnedecluster!\r\n  deleteColonnedecluster(id: String!, cascade: Boolean): Colonnedecluster\r\n  createSupercomposantdeconcept(supercomposantdeconcept: InputSupercomposantdeconcept!, creationMode: creationMode): Supercomposantdeconcept!\r\n  updateSupercomposantdeconcept(id: String!, supercomposantdeconcept: InputSupercomposantdeconcept!): Supercomposantdeconcept!\r\n  deleteSupercomposantdeconcept(id: String!, cascade: Boolean): Supercomposantdeconcept\r\n  createConceptdtat(conceptdtat: InputConceptdtat!, creationMode: creationMode): Conceptdtat!\r\n  updateConceptdtat(id: String!, conceptdtat: InputConceptdtat!): Conceptdtat!\r\n  deleteConceptdtat(id: String!, cascade: Boolean): Conceptdtat\r\n  createComposantdeconceptcalcul(composantdeconceptcalcul: InputComposantdeconceptcalcul!, creationMode: creationMode): Composantdeconceptcalcul!\r\n  updateComposantdeconceptcalcul(id: String!, composantdeconceptcalcul: InputComposantdeconceptcalcul!): Composantdeconceptcalcul!\r\n  deleteComposantdeconceptcalcul(id: String!, cascade: Boolean): Composantdeconceptcalcul\r\n  createDocumentmtier(documentmtier: InputDocumentmtier!): Documentmtier!\r\n  updateDocumentmtier(id: String!, documentmtier: InputDocumentmtier!): Documentmtier!\r\n  deleteDocumentmtier(id: String!, cascade: Boolean): Documentmtier\r\n  createCluster(cluster: InputCluster!, creationMode: creationMode): Cluster!\r\n  updateCluster(id: String!, cluster: InputCluster!): Cluster!\r\n  deleteCluster(id: String!, cascade: Boolean): Cluster\r\n  createGroupementdedonnes(groupementdedonnes: InputGroupementdedonnes!, creationMode: creationMode): Groupementdedonnes!\r\n  updateGroupementdedonnes(id: String!, groupementdedonnes: InputGroupementdedonnes!): Groupementdedonnes!\r\n  deleteGroupementdedonnes(id: String!, cascade: Boolean): Groupementdedonnes\r\n  createAssociation(association: InputAssociation!, creationMode: creationMode): Association!\r\n  updateAssociation(id: String!, association: InputAssociation!): Association!\r\n  deleteAssociation(id: String!, cascade: Boolean): Association\r\n  createAttribut(attribut: InputAttribut!, creationMode: creationMode): Attribut!\r\n  updateAttribut(id: String!, attribut: InputAttribut!): Attribut!\r\n  deleteAttribut(id: String!, cascade: Boolean): Attribut\r\n  createClasse(classe: InputClasse!, creationMode: creationMode): Classe!\r\n  updateClasse(id: String!, classe: InputClasse!): Classe!\r\n  deleteClasse(id: String!, cascade: Boolean): Classe\r\n  createRledelAssociation(rledelAssociation: InputRledelAssociation!, creationMode: creationMode): RledelAssociation!\r\n  updateRledelAssociation(id: String!, rledelAssociation: InputRledelAssociation!): RledelAssociation!\r\n  deleteRledelAssociation(id: String!, cascade: Boolean): RledelAssociation\r\n  createTypededonnes(typededonnes: InputTypededonnes!, creationMode: creationMode): Typededonnes!\r\n  updateTypededonnes(id: String!, typededonnes: InputTypededonnes!): Typededonnes!\r\n  deleteTypededonnes(id: String!, cascade: Boolean): Typededonnes\r\n  createConceptvnement(conceptvnement: InputConceptvnement!, creationMode: creationMode): Conceptvnement!\r\n  updateConceptvnement(id: String!, conceptvnement: InputConceptvnement!): Conceptvnement!\r\n  deleteConceptvnement(id: String!, cascade: Boolean): Conceptvnement\r\n  createClassificationdindividu(classificationdindividu: InputClassificationdindividu!, creationMode: creationMode): Classificationdindividu!\r\n  updateClassificationdindividu(id: String!, classificationdindividu: InputClassificationdindividu!): Classificationdindividu!\r\n  deleteClassificationdindividu(id: String!, cascade: Boolean): Classificationdindividu\r\n  createIndividuIA(individuIA: InputIndividuIA!, creationMode: creationMode): IndividuIA!\r\n  updateIndividuIA(id: String!, individuIA: InputIndividuIA!): IndividuIA!\r\n  deleteIndividuIA(id: String!, cascade: Boolean): IndividuIA\r\n  createComposantdedomainedinformationmtier(composantdedomainedinformationmtier: InputComposantdedomainedinformationmtier!, creationMode: creationMode): Composantdedomainedinformationmtier!\r\n  updateComposantdedomainedinformationmtier(id: String!, composantdedomainedinformationmtier: InputComposantdedomainedinformationmtier!): Composantdedomainedinformationmtier!\r\n  deleteComposantdedomainedinformationmtier(id: String!, cascade: Boolean): Composantdedomainedinformationmtier\r\n  createModlededocumentmtier(modlededocumentmtier: InputModlededocumentmtier!, creationMode: creationMode): Modlededocumentmtier!\r\n  updateModlededocumentmtier(id: String!, modlededocumentmtier: InputModlededocumentmtier!): Modlededocumentmtier!\r\n  deleteModlededocumentmtier(id: String!, cascade: Boolean): Modlededocumentmtier\r\n  createCatgoriededocument(catgoriededocument: InputCatgoriededocument!, creationMode: creationMode): Catgoriededocument!\r\n  updateCatgoriededocument(id: String!, catgoriededocument: InputCatgoriededocument!): Catgoriededocument!\r\n  deleteCatgoriededocument(id: String!, cascade: Boolean): Catgoriededocument\r\n  createComposantdeconcept(composantdeconcept: InputComposantdeconcept!, creationMode: creationMode): Composantdeconcept!\r\n  updateComposantdeconcept(id: String!, composantdeconcept: InputComposantdeconcept!): Composantdeconcept!\r\n  deleteComposantdeconcept(id: String!, cascade: Boolean): Composantdeconcept\r\n  createVersiondudocumentmtier(versiondudocumentmtier: InputVersiondudocumentmtier!, creationMode: creationMode): Versiondudocumentmtier!\r\n  updateVersiondudocumentmtier(id: String!, versiondudocumentmtier: InputVersiondudocumentmtier!): Versiondudocumentmtier!\r\n  deleteVersiondudocumentmtier(id: String!, cascade: Boolean): Versiondudocumentmtier\r\n  createModlededonnes(modlededonnes: InputModlededonnes!, creationMode: creationMode): Modlededonnes!\r\n  updateModlededonnes(id: String!, modlededonnes: InputModlededonnes!): Modlededonnes!\r\n  deleteModlededonnes(id: String!, cascade: Boolean): Modlededonnes\r\n  createVuephysique(vuephysique: InputVuephysique!, creationMode: creationMode): Vuephysique!\r\n  updateVuephysique(id: String!, vuephysique: InputVuephysique!): Vuephysique!\r\n  deleteVuephysique(id: String!, cascade: Boolean): Vuephysique\r\n  createAttributMD(attributMD: InputAttributMD!, creationMode: creationMode): AttributMD!\r\n  updateAttributMD(id: String!, attributMD: InputAttributMD!): AttributMD!\r\n  deleteAttributMD(id: String!, cascade: Boolean): AttributMD\r\n  createTable(table: InputTable!, creationMode: creationMode): Table!\r\n  updateTable(id: String!, table: InputTable!): Table!\r\n  deleteTable(id: String!, cascade: Boolean): Table\r\n  createCl(cl: InputCl!, creationMode: creationMode): Cl!\r\n  updateCl(id: String!, cl: InputCl!): Cl!\r\n  deleteCl(id: String!, cascade: Boolean): Cl\r\n  createColonne(colonne: InputColonne!, creationMode: creationMode): Colonne!\r\n  updateColonne(id: String!, colonne: InputColonne!): Colonne!\r\n  deleteColonne(id: String!, cascade: Boolean): Colonne\r\n  createIndex(index: InputIndex!, creationMode: creationMode): Index!\r\n  updateIndex(id: String!, index: InputIndex!): Index!\r\n  deleteIndex(id: String!, cascade: Boolean): Index\r\n  createCartedesinformationsmtier(cartedesinformationsmtier: InputCartedesinformationsmtier!, creationMode: creationMode): Cartedesinformationsmtier!\r\n  updateCartedesinformationsmtier(id: String!, cartedesinformationsmtier: InputCartedesinformationsmtier!): Cartedesinformationsmtier!\r\n  deleteCartedesinformationsmtier(id: String!, cascade: Boolean): Cartedesinformationsmtier\r\n}\r\n\r\nenum NaturedecorrespondanceEnumFilter {\r\n  Datamodel_Physical\r\n  UML_Physical\r\n}\r\n\r\nenum NatureprocdurecatalogueEnumFilter {\r\n  Procedure\r\n  Function\r\n}\r\n\r\nenum NotNullEnumFilter {\r\n  NotNull\r\n  WithDefault\r\n  Null\r\n}\r\n\r\nenum OnDeleteEnumFilter {\r\n  None\r\n  Restrict\r\n  Cascade\r\n  SetNull\r\n  SetDefault\r\n  NoAction\r\n}\r\n\r\nenum OnUpdateEnumFilter {\r\n  None\r\n  Restrict\r\n  Cascade\r\n  SetNull\r\n  SetDefault\r\n  NoAction\r\n}\r\n\r\nenum OPTIMALOracleEnumFilter {\r\n  NULL\r\n}\r\n\r\nenum orderByAssociation {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  uMLNomdassociation_ASC\r\n  uMLNomdassociation_DESC\r\n  persistante_ASC\r\n  persistante_DESC\r\n  associationdrive_ASC\r\n  associationdrive_DESC\r\n  nomSql_ASC\r\n  nomSql_DESC\r\n  associationMetaClassIdAbs_ASC\r\n  associationMetaClassIdAbs_DESC\r\n  typedassociation_ASC\r\n  typedassociation_DESC\r\n  correspondancepotentielle_ASC\r\n  correspondancepotentielle_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByAssociationMD {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  uMLNomdassociation_ASC\r\n  uMLNomdassociation_DESC\r\n  associationdrive_ASC\r\n  associationdrive_DESC\r\n  typedassociation_ASC\r\n  typedassociation_DESC\r\n  nomSql_ASC\r\n  nomSql_DESC\r\n  correspondancepotentielle_ASC\r\n  correspondancepotentielle_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByAttribut {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  statique_ASC\r\n  statique_DESC\r\n  persistante_ASC\r\n  persistante_DESC\r\n  nomSql_ASC\r\n  nomSql_DESC\r\n  dcimale_ASC\r\n  dcimale_DESC\r\n  multiplicit_ASC\r\n  multiplicit_DESC\r\n  longueur_ASC\r\n  longueur_DESC\r\n  ordonne_ASC\r\n  ordonne_DESC\r\n  unicit_ASC\r\n  unicit_DESC\r\n  lectureseule_ASC\r\n  lectureseule_DESC\r\n  valeurinitiale_ASC\r\n  valeurinitiale_DESC\r\n  uMLAttributeName_ASC\r\n  uMLAttributeName_DESC\r\n  identifiantIs_ASC\r\n  identifiantIs_DESC\r\n  compos_ASC\r\n  compos_DESC\r\n  typededonnesMD_ASC\r\n  typededonnesMD_DESC\r\n  dataAttributeMetaClassIdAbs_ASC\r\n  dataAttributeMetaClassIdAbs_DESC\r\n  exig_ASC\r\n  exig_DESC\r\n  codeNamePrefix_ASC\r\n  codeNamePrefix_DESC\r\n  codeNameSuffix_ASC\r\n  codeNameSuffix_DESC\r\n  remplaable_ASC\r\n  remplaable_DESC\r\n  typeexpression_ASC\r\n  typeexpression_DESC\r\n  calcul_ASC\r\n  calcul_DESC\r\n  toutPartie_ASC\r\n  toutPartie_DESC\r\n  implmentationDelphidesaccesseurs_ASC\r\n  implmentationDelphidesaccesseurs_DESC\r\n  delphiAccessor_ASC\r\n  delphiAccessor_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByAttributMD {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  typededonnesMD_ASC\r\n  typededonnesMD_DESC\r\n  multiplicit_ASC\r\n  multiplicit_DESC\r\n  ordonne_ASC\r\n  ordonne_DESC\r\n  unicit_ASC\r\n  unicit_DESC\r\n  lectureseule_ASC\r\n  lectureseule_DESC\r\n  valeurinitiale_ASC\r\n  valeurinitiale_DESC\r\n  identifiantIs_ASC\r\n  identifiantIs_DESC\r\n  exig_ASC\r\n  exig_DESC\r\n  nomSql_ASC\r\n  nomSql_DESC\r\n  uMLAttributeName_ASC\r\n  uMLAttributeName_DESC\r\n  remplaable_ASC\r\n  remplaable_DESC\r\n  longueur_ASC\r\n  longueur_DESC\r\n  dcimale_ASC\r\n  dcimale_DESC\r\n  calcul_ASC\r\n  calcul_DESC\r\n  toutPartie_ASC\r\n  toutPartie_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByBasededonnes {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  complmentsdetable_ASC\r\n  complmentsdetable_DESC\r\n  complmentsdindex_ASC\r\n  complmentsdindex_DESC\r\n  prfixe_ASC\r\n  prfixe_DESC\r\n  nomSql_ASC\r\n  nomSql_DESC\r\n  nomphysique_ASC\r\n  nomphysique_DESC\r\n  naturedecorrespondance_ASC\r\n  naturedecorrespondance_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByCartedesinformationsmtier {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByCatgoriededocument {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByCl {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  typeCl_ASC\r\n  typeCl_DESC\r\n  onUpdate_ASC\r\n  onUpdate_DESC\r\n  onDelete_ASC\r\n  onDelete_DESC\r\n  nomphysique_ASC\r\n  nomphysique_DESC\r\n  dBBName_ASC\r\n  dBBName_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByClasse {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  classMetaClassIdAbs_ASC\r\n  classMetaClassIdAbs_DESC\r\n  abstraite_ASC\r\n  abstraite_DESC\r\n  persistante_ASC\r\n  persistante_DESC\r\n  paramtres_ASC\r\n  paramtres_DESC\r\n  typeexpression_ASC\r\n  typeexpression_DESC\r\n  identificationdeclasse_ASC\r\n  identificationdeclasse_DESC\r\n  dcimale_ASC\r\n  dcimale_DESC\r\n  longueur_ASC\r\n  longueur_DESC\r\n  nomSql_ASC\r\n  nomSql_DESC\r\n  invariant_ASC\r\n  invariant_DESC\r\n  codeNamePrefix_ASC\r\n  codeNamePrefix_DESC\r\n  codeNameSuffix_ASC\r\n  codeNameSuffix_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByClassificationdecomposantentitdudictionnaire {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByCluster {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  nomphysique_ASC\r\n  nomphysique_DESC\r\n  iNITIALOracle_ASC\r\n  iNITIALOracle_DESC\r\n  nEXTOracle_ASC\r\n  nEXTOracle_DESC\r\n  mINEXTENTSOracle_ASC\r\n  mINEXTENTSOracle_DESC\r\n  mAXEXTENTSOracle_ASC\r\n  mAXEXTENTSOracle_DESC\r\n  pCTINCREASEOracle_ASC\r\n  pCTINCREASEOracle_DESC\r\n  fREELISTSOracle_ASC\r\n  fREELISTSOracle_DESC\r\n  fREELISTGROUPSOracle_ASC\r\n  fREELISTGROUPSOracle_DESC\r\n  oPTIMALOracle_ASC\r\n  oPTIMALOracle_DESC\r\n  bUFFERPOOLOracle_ASC\r\n  bUFFERPOOLOracle_DESC\r\n  cACHEOracle_ASC\r\n  cACHEOracle_DESC\r\n  rOWDEPENDENCIESOracle_ASC\r\n  rOWDEPENDENCIESOracle_DESC\r\n  sIZEOracle_ASC\r\n  sIZEOracle_DESC\r\n  clusterTypeOracle_ASC\r\n  clusterTypeOracle_DESC\r\n  hASHKEYSOracle_ASC\r\n  hASHKEYSOracle_DESC\r\n  hashFunctionOracle_ASC\r\n  hashFunctionOracle_DESC\r\n  pARALLELOracle_ASC\r\n  pARALLELOracle_DESC\r\n  pCTFREEOracle_ASC\r\n  pCTFREEOracle_DESC\r\n  pCTUSEDOracle_ASC\r\n  pCTUSEDOracle_DESC\r\n  iNITRANSOracle_ASC\r\n  iNITRANSOracle_DESC\r\n  mAXTRANSOracle_ASC\r\n  mAXTRANSOracle_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByColonne {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  dataType_ASC\r\n  dataType_DESC\r\n  longueur_ASC\r\n  longueur_DESC\r\n  dcimale_ASC\r\n  dcimale_DESC\r\n  notNull_ASC\r\n  notNull_DESC\r\n  fK_ASC\r\n  fK_DESC\r\n  pK_ASC\r\n  pK_DESC\r\n  complmentsdecolonne_ASC\r\n  complmentsdecolonne_DESC\r\n  nomphysique_ASC\r\n  nomphysique_DESC\r\n  valeurpardfautdutexte_ASC\r\n  valeurpardfautdutexte_DESC\r\n  valeurdfaut_ASC\r\n  valeurdfaut_DESC\r\n  dBBName_ASC\r\n  dBBName_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByColonnedecluster {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  nomphysique_ASC\r\n  nomphysique_DESC\r\n  dcimale_ASC\r\n  dcimale_DESC\r\n  longueur_ASC\r\n  longueur_DESC\r\n  clusterDataType_ASC\r\n  clusterDataType_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByComposantdentitdudictionnaire {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByConcept {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  nomdeladfinition_ASC\r\n  nomdeladfinition_DESC\r\n  conceptabstrait_ASC\r\n  conceptabstrait_DESC\r\n  textedeladfinition_ASC\r\n  textedeladfinition_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByConceptdtat {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  nomdeladfinition_ASC\r\n  nomdeladfinition_DESC\r\n  conceptabstrait_ASC\r\n  conceptabstrait_DESC\r\n  textedeladfinition_ASC\r\n  textedeladfinition_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByConcepttype {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  nomdeladfinition_ASC\r\n  nomdeladfinition_DESC\r\n  conceptabstrait_ASC\r\n  conceptabstrait_DESC\r\n  textedeladfinition_ASC\r\n  textedeladfinition_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByConceptvnement {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  nomdeladfinition_ASC\r\n  nomdeladfinition_DESC\r\n  conceptabstrait_ASC\r\n  conceptabstrait_DESC\r\n  textedeladfinition_ASC\r\n  textedeladfinition_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByDictionnairemtier {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByDocumentmtier {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  encrypt_ASC\r\n  encrypt_DESC\r\n  gDPRDocumentID_ASC\r\n  gDPRDocumentID_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByDomainedinformationmtier {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByDossierdeconcepts {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByEntitMD {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  abstraite_ASC\r\n  abstraite_DESC\r\n  nomSql_ASC\r\n  nomSql_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByGroupementdedonnes {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  complmentsdetable_ASC\r\n  complmentsdetable_DESC\r\n  complmentsdetablespace_ASC\r\n  complmentsdetablespace_DESC\r\n  complmentsdindex_ASC\r\n  complmentsdindex_DESC\r\n  nomphysique_ASC\r\n  nomphysique_DESC\r\n  taille_ASC\r\n  taille_DESC\r\n  dBBName_ASC\r\n  dBBName_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByIndex {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  typeIndex_ASC\r\n  typeIndex_DESC\r\n  sensTri_ASC\r\n  sensTri_DESC\r\n  complmentsdindex_ASC\r\n  complmentsdindex_DESC\r\n  clustered_ASC\r\n  clustered_DESC\r\n  nomphysique_ASC\r\n  nomphysique_DESC\r\n  dBBName_ASC\r\n  dBBName_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByIndividuIA {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByLogin {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  codeutilisateur_ASC\r\n  codeutilisateur_DESC\r\n  lignedecommande_ASC\r\n  lignedecommande_DESC\r\n  statutLogin_ASC\r\n  statutLogin_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByModlededocumentmtier {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  crypt_ASC\r\n  crypt_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByModlededonnes {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByPaquetage {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  abstraite_ASC\r\n  abstraite_DESC\r\n  packageMetaClassIdAbs_ASC\r\n  packageMetaClassIdAbs_DESC\r\n  codeNamePrefix_ASC\r\n  codeNamePrefix_DESC\r\n  codeNameSuffix_ASC\r\n  codeNameSuffix_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByPersonneSystme {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  codeutilisateur_ASC\r\n  codeutilisateur_DESC\r\n  lignedecommande_ASC\r\n  lignedecommande_DESC\r\n  nomutilisateurScci_ASC\r\n  nomutilisateurScci_DESC\r\n  adresseemail_ASC\r\n  adresseemail_DESC\r\n  appartientungroupedepersonnes_ASC\r\n  appartientungroupedepersonnes_DESC\r\n  languedesdonnes_ASC\r\n  languedesdonnes_DESC\r\n  numrodetlphone_ASC\r\n  numrodetlphone_DESC\r\n  initiales_ASC\r\n  initiales_DESC\r\n  personnevalide_ASC\r\n  personnevalide_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByProcdurestocke {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  dfinitionSQL_ASC\r\n  dfinitionSQL_DESC\r\n  nomphysique_ASC\r\n  nomphysique_DESC\r\n  natureprocdurecatalogue_ASC\r\n  natureprocdurecatalogue_DESC\r\n  storedProcedureName_ASC\r\n  storedProcedureName_DESC\r\n  definitionLevel_ASC\r\n  definitionLevel_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByRglededfinitiondeconcept {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  descriptionRule_ASC\r\n  descriptionRule_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByRledelAssociationMD {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  rleidentifiant_ASC\r\n  rleidentifiant_DESC\r\n  multiplicit_ASC\r\n  multiplicit_DESC\r\n  participationMin_ASC\r\n  participationMin_DESC\r\n  participationMax_ASC\r\n  participationMax_DESC\r\n  toutPartie_ASC\r\n  toutPartie_DESC\r\n  nomSql_ASC\r\n  nomSql_DESC\r\n  uMLRoleName_ASC\r\n  uMLRoleName_DESC\r\n  rflexif_ASC\r\n  rflexif_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByRlemtier {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  multiplicitdurlemtier_ASC\r\n  multiplicitdurlemtier_DESC\r\n  statutdurlemtier_ASC\r\n  statutdurlemtier_DESC\r\n  proposertouslesutilisateurs_ASC\r\n  proposertouslesutilisateurs_DESC\r\n  affichagedurlemtier_ASC\r\n  affichagedurlemtier_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderBySquence {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  iNCREMENTBY_ASC\r\n  iNCREMENTBY_DESC\r\n  sTARTWITH_ASC\r\n  sTARTWITH_DESC\r\n  mAXVALUEOracle_ASC\r\n  mAXVALUEOracle_DESC\r\n  mINVALUEOracle_ASC\r\n  mINVALUEOracle_DESC\r\n  cYCLEOracle_ASC\r\n  cYCLEOracle_DESC\r\n  cACHEOracle_ASC\r\n  cACHEOracle_DESC\r\n  oRDEROracle_ASC\r\n  oRDEROracle_DESC\r\n  nomphysique_ASC\r\n  nomphysique_DESC\r\n  datatypedelasequence_ASC\r\n  datatypedelasequence_DESC\r\n  longueur_ASC\r\n  longueur_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByTable {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  complmentsdetable_ASC\r\n  complmentsdetable_DESC\r\n  sql_ASC\r\n  sql_DESC\r\n  nomphysique_ASC\r\n  nomphysique_DESC\r\n  objetoriginepotentiel_ASC\r\n  objetoriginepotentiel_DESC\r\n  dBBName_ASC\r\n  dBBName_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByTerme {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  firstChar_ASC\r\n  firstChar_DESC\r\n  settings_ASC\r\n  settings_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByTypededonnes {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  longueur_ASC\r\n  longueur_DESC\r\n  dcimale_ASC\r\n  dcimale_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByVersiondudocumentmtier {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  extensiondufichier_ASC\r\n  extensiondufichier_DESC\r\n  nomdelaversiondudocumentmtier_ASC\r\n  nomdelaversiondudocumentmtier_DESC\r\n  versiondedocument_ASC\r\n  versiondedocument_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum orderByVuephysique {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  dfinitionSQL_ASC\r\n  dfinitionSQL_DESC\r\n  nomphysique_ASC\r\n  nomphysique_DESC\r\n  logicalViewName_ASC\r\n  logicalViewName_DESC\r\n  complmentsdevue_ASC\r\n  complmentsdevue_DESC\r\n  typedevue_ASC\r\n  typedevue_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  commentaire_ASC\r\n  commentaire_DESC\r\n}\r\n\r\nenum ORDEROracleEnumFilter {\r\n  ORDER\r\n  NOORDER\r\n}\r\n\r\nenum OrdonneEnumFilter {\r\n  RandomOrder\r\n  Ordered\r\n}\r\n\r\n# Un paquetage partitionne le domaine d ?tude et les travaux associ?s. Il permet\r\n# de regrouper divers ?l?ments, en particulier des cas d utilisations et des\r\n# classes. Un paquetage peut aussi contenir d autres paquetages. Les paquetages\r\n# sont li?s entre eux ? travers des rapports contractuels d?finissant leur interface.\r\ntype Paquetage {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  abstraite: PaquetageAbstraiteEnum\r\n  packageMetaClassIdAbs: String\r\n  codeNamePrefix: String\r\n  codeNameSuffix: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  classe(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  classe_Classerfrence(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  classe_Classerfrenante(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  concepteurdedonnes_PersonneSystme(filter: filterPersonneSystme, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  classe_Classedumodle(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  classe_Classequalifiante(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n}\r\n\r\nenum PaquetageAbstraiteEnum {\r\n  No\r\n  Yes\r\n}\r\n\r\ninput PaquetageFilter {\r\n  and: [PaquetageFilter!]\r\n  or: [PaquetageFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  abstraite: PaquetageAbstraiteEnum\r\n  abstraite_not: PaquetageAbstraiteEnum\r\n  abstraite_in: [PaquetageAbstraiteEnum!]\r\n  abstraite_not_in: [PaquetageAbstraiteEnum!]\r\n  packageMetaClassIdAbs: String\r\n  packageMetaClassIdAbs_not: String\r\n  packageMetaClassIdAbs_in: [String!]\r\n  packageMetaClassIdAbs_not_in: [String!]\r\n  packageMetaClassIdAbs_lt: String\r\n  packageMetaClassIdAbs_lte: String\r\n  packageMetaClassIdAbs_gt: String\r\n  packageMetaClassIdAbs_gte: String\r\n  packageMetaClassIdAbs_contains: String\r\n  packageMetaClassIdAbs_not_contains: String\r\n  packageMetaClassIdAbs_starts_with: String\r\n  packageMetaClassIdAbs_not_starts_with: String\r\n  packageMetaClassIdAbs_ends_with: String\r\n  packageMetaClassIdAbs_not_ends_with: String\r\n  codeNamePrefix: String\r\n  codeNamePrefix_not: String\r\n  codeNamePrefix_in: [String!]\r\n  codeNamePrefix_not_in: [String!]\r\n  codeNamePrefix_lt: String\r\n  codeNamePrefix_lte: String\r\n  codeNamePrefix_gt: String\r\n  codeNamePrefix_gte: String\r\n  codeNamePrefix_contains: String\r\n  codeNamePrefix_not_contains: String\r\n  codeNamePrefix_starts_with: String\r\n  codeNamePrefix_not_starts_with: String\r\n  codeNamePrefix_ends_with: String\r\n  codeNamePrefix_not_ends_with: String\r\n  codeNameSuffix: String\r\n  codeNameSuffix_not: String\r\n  codeNameSuffix_in: [String!]\r\n  codeNameSuffix_not_in: [String!]\r\n  codeNameSuffix_lt: String\r\n  codeNameSuffix_lte: String\r\n  codeNameSuffix_gt: String\r\n  codeNameSuffix_gte: String\r\n  codeNameSuffix_contains: String\r\n  codeNameSuffix_not_contains: String\r\n  codeNameSuffix_starts_with: String\r\n  codeNameSuffix_not_starts_with: String\r\n  codeNameSuffix_ends_with: String\r\n  codeNameSuffix_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  classe_some: [PaquetageFilter!]\r\n  classe_Classerfrence_some: [PaquetageFilter!]\r\n  documentmtier_Documentjoint_some: [PaquetageFilter!]\r\n  documentmtier_Documentrfrenc_some: [PaquetageFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [PaquetageFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [PaquetageFilter!]\r\n  classe_Classerfrenante_some: [PaquetageFilter!]\r\n  concepteurdedonnes_PersonneSystme_some: [PaquetageFilter!]\r\n  concept_Conceptapparent_some: [PaquetageFilter!]\r\n  classe_Classedumodle_some: [PaquetageFilter!]\r\n  concept_some: [PaquetageFilter!]\r\n  classe_Classequalifiante_some: [PaquetageFilter!]\r\n}\r\n\r\nenum PARALLELOracleEnumFilter {\r\n  PARALLEL\r\n  NOPARALLEL\r\n}\r\n\r\ntype Paramtreensortiedelargledeconcept {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  rglededfinitiondeconcept_Rgledeconceptdtentrice(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  concept_Conceptrfrenc(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\nenum ParticipationMaxEnumFilter {\r\n  Unique\r\n  NotUnique\r\n}\r\n\r\nenum ParticipationMinEnumFilter {\r\n  Optional\r\n  Mandatory\r\n}\r\n\r\nenum PersistanteEnumFilter {\r\n  No\r\n  Yes\r\n}\r\n\r\n# Une personne est d?finie par son nom et son email.Une personne peut acc?der ?\r\n# HOPEX d?s lors que l administrateur lui attribue un identifiant de connexion\r\n# (Login) et un profil.\r\ntype PersonneSystme {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  codeutilisateur: String\r\n  lignedecommande: String\r\n  nomutilisateurScci: String\r\n  adresseemail: String\r\n  appartientungroupedepersonnes: Boolean\r\n  languedesdonnes: String\r\n  numrodetlphone: String\r\n  initiales: String\r\n  personnevalide: PersonneSystmePersonnevalideEnum\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  login(filter: filterLogin, orderBy: [orderByLogin]): [Login]\r\n  concepteurdedonnes_Concepttype(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  concepteurdedonnes_Dictionnairemtier(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  concepteurdedonnes_Concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  administrateurdebasededonnes_Basededonnes(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  concepteurdedonnes_Basededonnes(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  concepteurdedonnes_Paquetage(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n  scientifiquededonnes_Classe(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  concepteurdedonnes_Modlededonnes(filter: filterModlededonnes, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  scientifiquededonnes_Vuephysique(filter: filterVuephysique, orderBy: [orderByVuephysique]): [Vuephysique]\r\n  scientifiquededonnes_Table(filter: filterTable, orderBy: [orderByTable]): [Table]\r\n}\r\n\r\ninput PersonneSystmeFilter {\r\n  and: [PersonneSystmeFilter!]\r\n  or: [PersonneSystmeFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeutilisateur: String\r\n  codeutilisateur_not: String\r\n  codeutilisateur_in: [String!]\r\n  codeutilisateur_not_in: [String!]\r\n  codeutilisateur_lt: String\r\n  codeutilisateur_lte: String\r\n  codeutilisateur_gt: String\r\n  codeutilisateur_gte: String\r\n  codeutilisateur_contains: String\r\n  codeutilisateur_not_contains: String\r\n  codeutilisateur_starts_with: String\r\n  codeutilisateur_not_starts_with: String\r\n  codeutilisateur_ends_with: String\r\n  codeutilisateur_not_ends_with: String\r\n  lignedecommande: String\r\n  lignedecommande_not: String\r\n  lignedecommande_in: [String!]\r\n  lignedecommande_not_in: [String!]\r\n  lignedecommande_lt: String\r\n  lignedecommande_lte: String\r\n  lignedecommande_gt: String\r\n  lignedecommande_gte: String\r\n  lignedecommande_contains: String\r\n  lignedecommande_not_contains: String\r\n  lignedecommande_starts_with: String\r\n  lignedecommande_not_starts_with: String\r\n  lignedecommande_ends_with: String\r\n  lignedecommande_not_ends_with: String\r\n  nomutilisateurScci: String\r\n  nomutilisateurScci_not: String\r\n  nomutilisateurScci_in: [String!]\r\n  nomutilisateurScci_not_in: [String!]\r\n  nomutilisateurScci_lt: String\r\n  nomutilisateurScci_lte: String\r\n  nomutilisateurScci_gt: String\r\n  nomutilisateurScci_gte: String\r\n  nomutilisateurScci_contains: String\r\n  nomutilisateurScci_not_contains: String\r\n  nomutilisateurScci_starts_with: String\r\n  nomutilisateurScci_not_starts_with: String\r\n  nomutilisateurScci_ends_with: String\r\n  nomutilisateurScci_not_ends_with: String\r\n  adresseemail: String\r\n  adresseemail_not: String\r\n  adresseemail_in: [String!]\r\n  adresseemail_not_in: [String!]\r\n  adresseemail_lt: String\r\n  adresseemail_lte: String\r\n  adresseemail_gt: String\r\n  adresseemail_gte: String\r\n  adresseemail_contains: String\r\n  adresseemail_not_contains: String\r\n  adresseemail_starts_with: String\r\n  adresseemail_not_starts_with: String\r\n  adresseemail_ends_with: String\r\n  adresseemail_not_ends_with: String\r\n  appartientungroupedepersonnes: Boolean\r\n  appartientungroupedepersonnes_not: Boolean\r\n  languedesdonnes: String\r\n  languedesdonnes_not: String\r\n  languedesdonnes_in: [String!]\r\n  languedesdonnes_not_in: [String!]\r\n  languedesdonnes_lt: String\r\n  languedesdonnes_lte: String\r\n  languedesdonnes_gt: String\r\n  languedesdonnes_gte: String\r\n  languedesdonnes_contains: String\r\n  languedesdonnes_not_contains: String\r\n  languedesdonnes_starts_with: String\r\n  languedesdonnes_not_starts_with: String\r\n  languedesdonnes_ends_with: String\r\n  languedesdonnes_not_ends_with: String\r\n  numrodetlphone: String\r\n  numrodetlphone_not: String\r\n  numrodetlphone_in: [String!]\r\n  numrodetlphone_not_in: [String!]\r\n  numrodetlphone_lt: String\r\n  numrodetlphone_lte: String\r\n  numrodetlphone_gt: String\r\n  numrodetlphone_gte: String\r\n  numrodetlphone_contains: String\r\n  numrodetlphone_not_contains: String\r\n  numrodetlphone_starts_with: String\r\n  numrodetlphone_not_starts_with: String\r\n  numrodetlphone_ends_with: String\r\n  numrodetlphone_not_ends_with: String\r\n  initiales: String\r\n  initiales_not: String\r\n  initiales_in: [String!]\r\n  initiales_not_in: [String!]\r\n  initiales_lt: String\r\n  initiales_lte: String\r\n  initiales_gt: String\r\n  initiales_gte: String\r\n  initiales_contains: String\r\n  initiales_not_contains: String\r\n  initiales_starts_with: String\r\n  initiales_not_starts_with: String\r\n  initiales_ends_with: String\r\n  initiales_not_ends_with: String\r\n  personnevalide: PersonneSystmePersonnevalideEnum\r\n  personnevalide_not: PersonneSystmePersonnevalideEnum\r\n  personnevalide_in: [PersonneSystmePersonnevalideEnum!]\r\n  personnevalide_not_in: [PersonneSystmePersonnevalideEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  login_some: [PersonneSystmeFilter!]\r\n  concepteurdedonnes_Concepttype_some: [PersonneSystmeFilter!]\r\n  concepteurdedonnes_Dictionnairemtier_some: [PersonneSystmeFilter!]\r\n  concepteurdedonnes_Concept_some: [PersonneSystmeFilter!]\r\n  administrateurdebasededonnes_Basededonnes_some: [PersonneSystmeFilter!]\r\n  concepteurdedonnes_Basededonnes_some: [PersonneSystmeFilter!]\r\n  concepteurdedonnes_Paquetage_some: [PersonneSystmeFilter!]\r\n  scientifiquededonnes_Classe_some: [PersonneSystmeFilter!]\r\n  concepteurdedonnes_Modlededonnes_some: [PersonneSystmeFilter!]\r\n  scientifiquededonnes_Vuephysique_some: [PersonneSystmeFilter!]\r\n  scientifiquededonnes_Table_some: [PersonneSystmeFilter!]\r\n}\r\n\r\nenum PersonneSystmePersonnevalideEnum {\r\n  Valid\r\n  Incomplete\r\n  Invalid\r\n}\r\n\r\nenum PersonnevalideEnumFilter {\r\n  Valid\r\n  Incomplete\r\n  Invalid\r\n}\r\n\r\nenum PKEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\n# Une proc?dure stock?e est un traitement enregistr? dans une base de donn?es et\r\n# qui peut ?tre appel? depuis un programme ou depuis un trigger.\r\ntype Procdurestocke {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  dfinitionSQL: String\r\n  nomphysique: String\r\n  natureprocdurecatalogue: ProcdurestockeNatureprocdurecatalogueEnum\r\n  storedProcedureName: String\r\n  definitionLevel: ProcdurestockeDefinitionLevelEnum\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  basededonnes(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\nenum ProcdurestockeDefinitionLevelEnum {\r\n  Systemaggregation\r\n  System\r\n  User\r\n  Referentialintegrity\r\n}\r\n\r\ninput ProcdurestockeFilter {\r\n  and: [ProcdurestockeFilter!]\r\n  or: [ProcdurestockeFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  dfinitionSQL: String\r\n  dfinitionSQL_not: String\r\n  dfinitionSQL_in: [String!]\r\n  dfinitionSQL_not_in: [String!]\r\n  dfinitionSQL_lt: String\r\n  dfinitionSQL_lte: String\r\n  dfinitionSQL_gt: String\r\n  dfinitionSQL_gte: String\r\n  dfinitionSQL_contains: String\r\n  dfinitionSQL_not_contains: String\r\n  dfinitionSQL_starts_with: String\r\n  dfinitionSQL_not_starts_with: String\r\n  dfinitionSQL_ends_with: String\r\n  dfinitionSQL_not_ends_with: String\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String!]\r\n  nomphysique_not_in: [String!]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  natureprocdurecatalogue: ProcdurestockeNatureprocdurecatalogueEnum\r\n  natureprocdurecatalogue_not: ProcdurestockeNatureprocdurecatalogueEnum\r\n  natureprocdurecatalogue_in: [ProcdurestockeNatureprocdurecatalogueEnum!]\r\n  natureprocdurecatalogue_not_in: [ProcdurestockeNatureprocdurecatalogueEnum!]\r\n  storedProcedureName: String\r\n  storedProcedureName_not: String\r\n  storedProcedureName_in: [String!]\r\n  storedProcedureName_not_in: [String!]\r\n  storedProcedureName_lt: String\r\n  storedProcedureName_lte: String\r\n  storedProcedureName_gt: String\r\n  storedProcedureName_gte: String\r\n  storedProcedureName_contains: String\r\n  storedProcedureName_not_contains: String\r\n  storedProcedureName_starts_with: String\r\n  storedProcedureName_not_starts_with: String\r\n  storedProcedureName_ends_with: String\r\n  storedProcedureName_not_ends_with: String\r\n  definitionLevel: ProcdurestockeDefinitionLevelEnum\r\n  definitionLevel_not: ProcdurestockeDefinitionLevelEnum\r\n  definitionLevel_in: [ProcdurestockeDefinitionLevelEnum!]\r\n  definitionLevel_not_in: [ProcdurestockeDefinitionLevelEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [ProcdurestockeFilter!]\r\n  documentmtier_Documentrfrenc_some: [ProcdurestockeFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [ProcdurestockeFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [ProcdurestockeFilter!]\r\n  concept_Conceptapparent_some: [ProcdurestockeFilter!]\r\n  basededonnes_some: [ProcdurestockeFilter!]\r\n  concept_some: [ProcdurestockeFilter!]\r\n}\r\n\r\nenum ProcdurestockeNatureprocdurecatalogueEnum {\r\n  Procedure\r\n  Function\r\n}\r\n\r\ntype Query {\r\n  _currentContext: ContextType\r\n  personneSystme(filter: PersonneSystmeFilter, skip: Int, take: Int, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n  login(filter: LoginFilter, skip: Int, take: Int, orderBy: [orderByLogin]): [Login]\r\n  rlemtier(filter: RlemtierFilter, skip: Int, take: Int, orderBy: [orderByRlemtier]): [Rlemtier]\r\n  concepttype(filter: ConcepttypeFilter, skip: Int, take: Int, orderBy: [orderByConcepttype]): [Concepttype]\r\n  dossierdeconcepts(filter: DossierdeconceptsFilter, skip: Int, take: Int, orderBy: [orderByDossierdeconcepts]): [Dossierdeconcepts]\r\n  procdurestocke(filter: ProcdurestockeFilter, skip: Int, take: Int, orderBy: [orderByProcdurestocke]): [Procdurestocke]\r\n  dictionnairemtier(filter: DictionnairemtierFilter, skip: Int, take: Int, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  concept(filter: ConceptFilter, skip: Int, take: Int, orderBy: [orderByConcept]): [Concept]\r\n  terme(filter: TermeFilter, skip: Int, take: Int, orderBy: [orderByTerme]): [Terme]\r\n  basededonnes(filter: BasededonnesFilter, skip: Int, take: Int, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  entitMD(filter: EntitMDFilter, skip: Int, take: Int, orderBy: [orderByEntitMD]): [EntitMD]\r\n  rglededfinitiondeconcept(filter: RglededfinitiondeconceptFilter, skip: Int, take: Int, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  domainedinformationmtier(filter: DomainedinformationmtierFilter, skip: Int, take: Int, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n  classificationdecomposantentitdudictionnaire(filter: ClassificationdecomposantentitdudictionnaireFilter, skip: Int, take: Int, orderBy: [orderByClassificationdecomposantentitdudictionnaire]): [Classificationdecomposantentitdudictionnaire]\r\n  paquetage(filter: PaquetageFilter, skip: Int, take: Int, orderBy: [orderByPaquetage]): [Paquetage]\r\n  squence(filter: SquenceFilter, skip: Int, take: Int, orderBy: [orderBySquence]): [Squence]\r\n  associationMD(filter: AssociationMDFilter, skip: Int, take: Int, orderBy: [orderByAssociationMD]): [AssociationMD]\r\n  rledelAssociationMD(filter: RledelAssociationMDFilter, skip: Int, take: Int, orderBy: [orderByRledelAssociationMD]): [RledelAssociationMD]\r\n  colonnedecluster(filter: ColonnedeclusterFilter, skip: Int, take: Int, orderBy: [orderByColonnedecluster]): [Colonnedecluster]\r\n  conceptdtat(filter: ConceptdtatFilter, skip: Int, take: Int, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  documentmtier(filter: DocumentmtierFilter, skip: Int, take: Int, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  cluster(filter: ClusterFilter, skip: Int, take: Int, orderBy: [orderByCluster]): [Cluster]\r\n  groupementdedonnes(filter: GroupementdedonnesFilter, skip: Int, take: Int, orderBy: [orderByGroupementdedonnes]): [Groupementdedonnes]\r\n  association(filter: AssociationFilter, skip: Int, take: Int, orderBy: [orderByAssociation]): [Association]\r\n  attribut(filter: AttributFilter, skip: Int, take: Int, orderBy: [orderByAttribut]): [Attribut]\r\n  classe(filter: ClasseFilter, skip: Int, take: Int, orderBy: [orderByClasse]): [Classe]\r\n  typededonnes(filter: TypededonnesFilter, skip: Int, take: Int, orderBy: [orderByTypededonnes]): [Typededonnes]\r\n  conceptvnement(filter: ConceptvnementFilter, skip: Int, take: Int, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  individuIA(filter: IndividuIAFilter, skip: Int, take: Int, orderBy: [orderByIndividuIA]): [IndividuIA]\r\n  modlededocumentmtier(filter: ModlededocumentmtierFilter, skip: Int, take: Int, orderBy: [orderByModlededocumentmtier]): [Modlededocumentmtier]\r\n  catgoriededocument(filter: CatgoriededocumentFilter, skip: Int, take: Int, orderBy: [orderByCatgoriededocument]): [Catgoriededocument]\r\n  versiondudocumentmtier(filter: VersiondudocumentmtierFilter, skip: Int, take: Int, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  modlededonnes(filter: ModlededonnesFilter, skip: Int, take: Int, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  vuephysique(filter: VuephysiqueFilter, skip: Int, take: Int, orderBy: [orderByVuephysique]): [Vuephysique]\r\n  attributMD(filter: AttributMDFilter, skip: Int, take: Int, orderBy: [orderByAttributMD]): [AttributMD]\r\n  table(filter: TableFilter, skip: Int, take: Int, orderBy: [orderByTable]): [Table]\r\n  cl(filter: ClFilter, skip: Int, take: Int, orderBy: [orderByCl]): [Cl]\r\n  colonne(filter: ColonneFilter, skip: Int, take: Int, orderBy: [orderByColonne]): [Colonne]\r\n  index(filter: IndexFilter, skip: Int, take: Int, orderBy: [orderByIndex]): [Index]\r\n  cartedesinformationsmtier(filter: CartedesinformationsmtierFilter, skip: Int, take: Int, orderBy: [orderByCartedesinformationsmtier]): [Cartedesinformationsmtier]\r\n}\r\n\r\nenum RemplaableEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum RflexifEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\ntype Rglededfinitiondeconcept {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  descriptionRule: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  concept_Conceptrfrenc_Paramtreensortiedelargledeconcept_Paramtreensortiedunergledeconceptdtenu(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalcul(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalcul(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Composantdeconceptcalcul(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  dictionnairemtier_Dictionnairemtierdtenteur(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n}\r\n\r\ninput RglededfinitiondeconceptFilter {\r\n  and: [RglededfinitiondeconceptFilter!]\r\n  or: [RglededfinitiondeconceptFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  descriptionRule: String\r\n  descriptionRule_not: String\r\n  descriptionRule_in: [String!]\r\n  descriptionRule_not_in: [String!]\r\n  descriptionRule_lt: String\r\n  descriptionRule_lte: String\r\n  descriptionRule_gt: String\r\n  descriptionRule_gte: String\r\n  descriptionRule_contains: String\r\n  descriptionRule_not_contains: String\r\n  descriptionRule_starts_with: String\r\n  descriptionRule_not_starts_with: String\r\n  descriptionRule_ends_with: String\r\n  descriptionRule_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [RglededfinitiondeconceptFilter!]\r\n  documentmtier_Documentrfrenc_some: [RglededfinitiondeconceptFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [RglededfinitiondeconceptFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [RglededfinitiondeconceptFilter!]\r\n  concept_Conceptrfrenc_Paramtreensortiedelargledeconcept_Paramtreensortiedunergledeconceptdtenu_some: [RglededfinitiondeconceptFilter!]\r\n  terme_Dsignation_Composantdeconceptcalcul_Composantdeconceptcalcul_some: [RglededfinitiondeconceptFilter!]\r\n  concept_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul_some: [RglededfinitiondeconceptFilter!]\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul_some: [RglededfinitiondeconceptFilter!]\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Composantdeconceptcalcul_some: [RglededfinitiondeconceptFilter!]\r\n  terme_Synonyme_Composantdeconceptcalcul_Composantdeconceptcalcul_some: [RglededfinitiondeconceptFilter!]\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Composantdeconceptcalcul_some: [RglededfinitiondeconceptFilter!]\r\n  dictionnairemtier_Dictionnairemtierdtenteur_some: [RglededfinitiondeconceptFilter!]\r\n}\r\n\r\n# Un r?le repr?sente le comportement sp?cifique d une entit? participante ? un\r\n# contexte particulier. Un r?le peut ?tre statique (r?le d association) ou\r\n# dynamique (r?le de collaboration).\r\ntype RledelAssociation {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  uMLRoleName: String\r\n  navigabilit: RledelAssociationNavigabilitEnum\r\n  porteCible: RledelAssociationPorteCibleEnum\r\n  nomSql: String\r\n  rle: String\r\n  multiplicit: RledelAssociationMultiplicitEnum\r\n  ordonne: RledelAssociationOrdonneEnum\r\n  unicit: RledelAssociationUnicitEnum\r\n  lectureseule: RledelAssociationLectureseuleEnum\r\n  valeurinitiale: String\r\n  participationMin: RledelAssociationParticipationMinEnum\r\n  participationMax: RledelAssociationParticipationMaxEnum\r\n  dtention: RledelAssociationDtentionEnum\r\n  associationEndMetaClassIdAbs: String\r\n  codeNamePrefix: String\r\n  codeNameSuffix: String\r\n  calcul: RledelAssociationCalculEnum\r\n  toutPartie: RledelAssociationToutPartieEnum\r\n  rflexif: RledelAssociationRflexifEnum\r\n  rleidentifiant: RledelAssociationRleidentifiantEnum\r\n  isOppositeForced: RledelAssociationIsOppositeForcedEnum\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  association(filter: filterAssociation, orderBy: [orderByAssociation]): [Association]\r\n  classe(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\nenum RledelAssociationCalculEnum {\r\n  Union\r\n  No\r\n  Derived\r\n}\r\n\r\nenum RledelAssociationDtentionEnum {\r\n  Ownedbyassociation\r\n  Ownedbyclass\r\n}\r\n\r\nenum RledelAssociationIsOppositeForcedEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum RledelAssociationLectureseuleEnum {\r\n  ReadOnly\r\n  Norestriction\r\n  AddOnly\r\n}\r\n\r\n# Un r?le repr?sente le comportement sp?cifique d une entit? participante ? une association.\r\ntype RledelAssociationMD {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  rleidentifiant: RledelAssociationMDRleidentifiantEnum\r\n  multiplicit: RledelAssociationMDMultiplicitEnum\r\n  participationMin: RledelAssociationMDParticipationMinEnum\r\n  participationMax: RledelAssociationMDParticipationMaxEnum\r\n  toutPartie: RledelAssociationMDToutPartieEnum\r\n  nomSql: String\r\n  uMLRoleName: String\r\n  rflexif: RledelAssociationMDRflexifEnum\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  entitMD(filter: filterEntitMD, orderBy: [orderByEntitMD]): [EntitMD]\r\n  associationMD(filter: filterAssociationMD, orderBy: [orderByAssociationMD]): [AssociationMD]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\ninput RledelAssociationMDFilter {\r\n  and: [RledelAssociationMDFilter!]\r\n  or: [RledelAssociationMDFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  rleidentifiant: RledelAssociationMDRleidentifiantEnum\r\n  rleidentifiant_not: RledelAssociationMDRleidentifiantEnum\r\n  rleidentifiant_in: [RledelAssociationMDRleidentifiantEnum!]\r\n  rleidentifiant_not_in: [RledelAssociationMDRleidentifiantEnum!]\r\n  multiplicit: RledelAssociationMDMultiplicitEnum\r\n  multiplicit_not: RledelAssociationMDMultiplicitEnum\r\n  multiplicit_in: [RledelAssociationMDMultiplicitEnum!]\r\n  multiplicit_not_in: [RledelAssociationMDMultiplicitEnum!]\r\n  participationMin: RledelAssociationMDParticipationMinEnum\r\n  participationMin_not: RledelAssociationMDParticipationMinEnum\r\n  participationMin_in: [RledelAssociationMDParticipationMinEnum!]\r\n  participationMin_not_in: [RledelAssociationMDParticipationMinEnum!]\r\n  participationMax: RledelAssociationMDParticipationMaxEnum\r\n  participationMax_not: RledelAssociationMDParticipationMaxEnum\r\n  participationMax_in: [RledelAssociationMDParticipationMaxEnum!]\r\n  participationMax_not_in: [RledelAssociationMDParticipationMaxEnum!]\r\n  toutPartie: RledelAssociationMDToutPartieEnum\r\n  toutPartie_not: RledelAssociationMDToutPartieEnum\r\n  toutPartie_in: [RledelAssociationMDToutPartieEnum!]\r\n  toutPartie_not_in: [RledelAssociationMDToutPartieEnum!]\r\n  nomSql: String\r\n  nomSql_not: String\r\n  nomSql_in: [String!]\r\n  nomSql_not_in: [String!]\r\n  nomSql_lt: String\r\n  nomSql_lte: String\r\n  nomSql_gt: String\r\n  nomSql_gte: String\r\n  nomSql_contains: String\r\n  nomSql_not_contains: String\r\n  nomSql_starts_with: String\r\n  nomSql_not_starts_with: String\r\n  nomSql_ends_with: String\r\n  nomSql_not_ends_with: String\r\n  uMLRoleName: String\r\n  uMLRoleName_not: String\r\n  uMLRoleName_in: [String!]\r\n  uMLRoleName_not_in: [String!]\r\n  uMLRoleName_lt: String\r\n  uMLRoleName_lte: String\r\n  uMLRoleName_gt: String\r\n  uMLRoleName_gte: String\r\n  uMLRoleName_contains: String\r\n  uMLRoleName_not_contains: String\r\n  uMLRoleName_starts_with: String\r\n  uMLRoleName_not_starts_with: String\r\n  uMLRoleName_ends_with: String\r\n  uMLRoleName_not_ends_with: String\r\n  rflexif: RledelAssociationMDRflexifEnum\r\n  rflexif_not: RledelAssociationMDRflexifEnum\r\n  rflexif_in: [RledelAssociationMDRflexifEnum!]\r\n  rflexif_not_in: [RledelAssociationMDRflexifEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  concept_Conceptapparent_some: [RledelAssociationMDFilter!]\r\n  entitMD_some: [RledelAssociationMDFilter!]\r\n  associationMD_some: [RledelAssociationMDFilter!]\r\n  concept_some: [RledelAssociationMDFilter!]\r\n}\r\n\r\nenum RledelAssociationMDMultiplicitEnum {\r\n  Many\r\n  OneToMany\r\n  One\r\n  ZeroToOne\r\n}\r\n\r\nenum RledelAssociationMDParticipationMaxEnum {\r\n  Unique\r\n  NotUnique\r\n}\r\n\r\nenum RledelAssociationMDParticipationMinEnum {\r\n  Optional\r\n  Mandatory\r\n}\r\n\r\nenum RledelAssociationMDRflexifEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum RledelAssociationMDRleidentifiantEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum RledelAssociationMDToutPartieEnum {\r\n  Composite\r\n  No\r\n  Aggregate\r\n}\r\n\r\nenum RledelAssociationMultiplicitEnum {\r\n  Many\r\n  OneToMany\r\n  One\r\n  ZeroToOne\r\n}\r\n\r\nenum RledelAssociationNavigabilitEnum {\r\n  No\r\n  Yes\r\n}\r\n\r\nenum RledelAssociationOrdonneEnum {\r\n  RandomOrder\r\n  Ordered\r\n}\r\n\r\nenum RledelAssociationParticipationMaxEnum {\r\n  Unique\r\n  NotUnique\r\n}\r\n\r\nenum RledelAssociationParticipationMinEnum {\r\n  Optional\r\n  Mandatory\r\n}\r\n\r\nenum RledelAssociationPorteCibleEnum {\r\n  Instance\r\n  Class\r\n}\r\n\r\nenum RledelAssociationRflexifEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum RledelAssociationRleidentifiantEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum RledelAssociationToutPartieEnum {\r\n  Composite\r\n  No\r\n  Aggregate\r\n}\r\n\r\nenum RledelAssociationUnicitEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum RleidentifiantEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\ntype Rlemtier {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  multiplicitdurlemtier: RlemtierMultiplicitdurlemtierEnum\r\n  statutdurlemtier: RlemtierStatutdurlemtierEnum\r\n  proposertouslesutilisateurs: Boolean\r\n  affichagedurlemtier: RlemtierAffichagedurlemtierEnum\r\n  gUIName: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  personneSystme_Personneassigne_Assignationderesponsabilit_Affectationdepersonne(filter: filterPersonneSystme, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n  concepttype_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  dictionnairemtier_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  concept_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  basededonnes_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  entitMD_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterEntitMD, orderBy: [orderByEntitMD]): [EntitMD]\r\n  rglededfinitiondeconcept_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  domainedinformationmtier_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterDomainedinformationmtier, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n  paquetage_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n  conceptdtat_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  classe_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  typededonnes_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterTypededonnes, orderBy: [orderByTypededonnes]): [Typededonnes]\r\n  conceptvnement_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  modlededonnes_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterModlededonnes, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  vuephysique_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterVuephysique, orderBy: [orderByVuephysique]): [Vuephysique]\r\n  table_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterTable, orderBy: [orderByTable]): [Table]\r\n  cartedesinformationsmtier_Objetassign_Assignationderesponsabilit_Affectationdepersonne(filter: filterCartedesinformationsmtier, orderBy: [orderByCartedesinformationsmtier]): [Cartedesinformationsmtier]\r\n}\r\n\r\nenum RlemtierAffichagedurlemtierEnum {\r\n  Always\r\n  Ifnotincludedinanotherbusinessrole\r\n}\r\n\r\ninput RlemtierFilter {\r\n  and: [RlemtierFilter!]\r\n  or: [RlemtierFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  multiplicitdurlemtier: RlemtierMultiplicitdurlemtierEnum\r\n  multiplicitdurlemtier_not: RlemtierMultiplicitdurlemtierEnum\r\n  multiplicitdurlemtier_in: [RlemtierMultiplicitdurlemtierEnum!]\r\n  multiplicitdurlemtier_not_in: [RlemtierMultiplicitdurlemtierEnum!]\r\n  statutdurlemtier: RlemtierStatutdurlemtierEnum\r\n  statutdurlemtier_not: RlemtierStatutdurlemtierEnum\r\n  statutdurlemtier_in: [RlemtierStatutdurlemtierEnum!]\r\n  statutdurlemtier_not_in: [RlemtierStatutdurlemtierEnum!]\r\n  proposertouslesutilisateurs: Boolean\r\n  proposertouslesutilisateurs_not: Boolean\r\n  affichagedurlemtier: RlemtierAffichagedurlemtierEnum\r\n  affichagedurlemtier_not: RlemtierAffichagedurlemtierEnum\r\n  affichagedurlemtier_in: [RlemtierAffichagedurlemtierEnum!]\r\n  affichagedurlemtier_not_in: [RlemtierAffichagedurlemtierEnum!]\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  personneSystme_Personneassigne_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  concepttype_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  dictionnairemtier_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  concept_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  basededonnes_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  entitMD_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  rglededfinitiondeconcept_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  domainedinformationmtier_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  paquetage_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  conceptdtat_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  classe_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  typededonnes_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  conceptvnement_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  modlededonnes_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  vuephysique_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  table_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n  cartedesinformationsmtier_Objetassign_Assignationderesponsabilit_Affectationdepersonne_some: [RlemtierFilter!]\r\n}\r\n\r\nenum RlemtierMultiplicitdurlemtierEnum {\r\n  Many\r\n  ZeroToOne\r\n  One\r\n  OneToMany\r\n}\r\n\r\nenum RlemtierStatutdurlemtierEnum {\r\n  Active\r\n  Inactive\r\n}\r\n\r\nenum ROWDEPENDENCIESOracleEnumFilter {\r\n  ROWDEPENDENCIES\r\n  NOROWDEPENDENCIES\r\n}\r\n\r\n# The `Seconds` scalar type represents a period of time represented as the total number of seconds.\r\nscalar Seconds\r\n\r\nenum SensTriEnumFilter {\r\n  Ascending\r\n  Descending\r\n}\r\n\r\n# Une s?quence est une suite de nombres entiers g?n?r?s en fonction de param?tres\r\n# que vous avez d?finis sur la s?quence (valeur de d?part, valeur d\r\n# incr?mentation...). La s?quence permet notamment de g?n?rer les cl?s uniques des\r\n# colonnes d une table.\r\ntype Squence {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  iNCREMENTBY: String\r\n  sTARTWITH: String\r\n  mAXVALUEOracle: SquenceMAXVALUEOracleEnum\r\n  mINVALUEOracle: SquenceMINVALUEOracleEnum\r\n  cYCLEOracle: SquenceCYCLEOracleEnum\r\n  cACHEOracle: SquenceCACHEOracleEnum\r\n  oRDEROracle: SquenceORDEROracleEnum\r\n  nomphysique: String\r\n  datatypedelasequence: SquenceDatatypedelasequenceEnum\r\n  longueur: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  basededonnes(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\nenum SquenceCACHEOracleEnum {\r\n  CACHE\r\n  NOCACHE\r\n}\r\n\r\nenum SquenceCYCLEOracleEnum {\r\n  CYCLE\r\n  NOCYCLE\r\n}\r\n\r\nenum SquenceDatatypedelasequenceEnum {\r\n  BIGINT\r\n  INTEGER\r\n  SMALLINT\r\n  DECIMAL\r\n}\r\n\r\ninput SquenceFilter {\r\n  and: [SquenceFilter!]\r\n  or: [SquenceFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  iNCREMENTBY: String\r\n  iNCREMENTBY_not: String\r\n  iNCREMENTBY_in: [String!]\r\n  iNCREMENTBY_not_in: [String!]\r\n  iNCREMENTBY_lt: String\r\n  iNCREMENTBY_lte: String\r\n  iNCREMENTBY_gt: String\r\n  iNCREMENTBY_gte: String\r\n  iNCREMENTBY_contains: String\r\n  iNCREMENTBY_not_contains: String\r\n  iNCREMENTBY_starts_with: String\r\n  iNCREMENTBY_not_starts_with: String\r\n  iNCREMENTBY_ends_with: String\r\n  iNCREMENTBY_not_ends_with: String\r\n  sTARTWITH: String\r\n  sTARTWITH_not: String\r\n  sTARTWITH_in: [String!]\r\n  sTARTWITH_not_in: [String!]\r\n  sTARTWITH_lt: String\r\n  sTARTWITH_lte: String\r\n  sTARTWITH_gt: String\r\n  sTARTWITH_gte: String\r\n  sTARTWITH_contains: String\r\n  sTARTWITH_not_contains: String\r\n  sTARTWITH_starts_with: String\r\n  sTARTWITH_not_starts_with: String\r\n  sTARTWITH_ends_with: String\r\n  sTARTWITH_not_ends_with: String\r\n  mAXVALUEOracle: SquenceMAXVALUEOracleEnum\r\n  mAXVALUEOracle_not: SquenceMAXVALUEOracleEnum\r\n  mAXVALUEOracle_in: [SquenceMAXVALUEOracleEnum!]\r\n  mAXVALUEOracle_not_in: [SquenceMAXVALUEOracleEnum!]\r\n  mINVALUEOracle: SquenceMINVALUEOracleEnum\r\n  mINVALUEOracle_not: SquenceMINVALUEOracleEnum\r\n  mINVALUEOracle_in: [SquenceMINVALUEOracleEnum!]\r\n  mINVALUEOracle_not_in: [SquenceMINVALUEOracleEnum!]\r\n  cYCLEOracle: SquenceCYCLEOracleEnum\r\n  cYCLEOracle_not: SquenceCYCLEOracleEnum\r\n  cYCLEOracle_in: [SquenceCYCLEOracleEnum!]\r\n  cYCLEOracle_not_in: [SquenceCYCLEOracleEnum!]\r\n  cACHEOracle: SquenceCACHEOracleEnum\r\n  cACHEOracle_not: SquenceCACHEOracleEnum\r\n  cACHEOracle_in: [SquenceCACHEOracleEnum!]\r\n  cACHEOracle_not_in: [SquenceCACHEOracleEnum!]\r\n  oRDEROracle: SquenceORDEROracleEnum\r\n  oRDEROracle_not: SquenceORDEROracleEnum\r\n  oRDEROracle_in: [SquenceORDEROracleEnum!]\r\n  oRDEROracle_not_in: [SquenceORDEROracleEnum!]\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String!]\r\n  nomphysique_not_in: [String!]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  datatypedelasequence: SquenceDatatypedelasequenceEnum\r\n  datatypedelasequence_not: SquenceDatatypedelasequenceEnum\r\n  datatypedelasequence_in: [SquenceDatatypedelasequenceEnum!]\r\n  datatypedelasequence_not_in: [SquenceDatatypedelasequenceEnum!]\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String!]\r\n  longueur_not_in: [String!]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  concept_Conceptapparent_some: [SquenceFilter!]\r\n  basededonnes_some: [SquenceFilter!]\r\n  concept_some: [SquenceFilter!]\r\n}\r\n\r\nenum SquenceMAXVALUEOracleEnum {\r\n  NOMAXVALUE\r\n}\r\n\r\nenum SquenceMINVALUEOracleEnum {\r\n  NOMINVALUE\r\n}\r\n\r\nenum SquenceORDEROracleEnum {\r\n  ORDER\r\n  NOORDER\r\n}\r\n\r\nenum StatiqueEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum StatutdurlemtierEnumFilter {\r\n  Active\r\n  Inactive\r\n}\r\n\r\nenum StatutLoginEnumFilter {\r\n  Active\r\n  Inactive\r\n}\r\n\r\nenum StringFormat {\r\n  HTML\r\n  RTF\r\n  RAW\r\n}\r\n\r\ntype Supercomposantdeconcept {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  nomdecomposantdedictionnaire: String\r\n  multiplicitminimale: SupercomposantdeconceptMultiplicitminimaleEnum\r\n  multiplicitmaximale: SupercomposantdeconceptMultiplicitmaximaleEnum\r\n  conceptabstrait: Boolean\r\n  textedeladfinition(format: StringFormat): String\r\n  typedagrgationdeconcept: SupercomposantdeconceptTypedagrgationdeconceptEnum\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  terme_Dsignation(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  terme_Synonyme(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Dfinitiondeconcept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  concepttype_Concepttypecompose(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n}\r\n\r\nenum SupercomposantdeconceptMultiplicitmaximaleEnum {\r\n  One\r\n  Many\r\n}\r\n\r\nenum SupercomposantdeconceptMultiplicitminimaleEnum {\r\n  Zero\r\n  One\r\n}\r\n\r\nenum SupercomposantdeconceptTypedagrgationdeconceptEnum {\r\n  Composite\r\n  Embedded\r\n  Referenced\r\n}\r\n\r\n# Une table est une structure logique de donn?es, utilis?e comme r?f?rence pour le\r\n# passage en r?alisation ; c est l ?l?ment central de la base de donn?es. Une\r\n# table est accessible par une cl? primaire, et ?ventuellement des cl?s ?trang?res\r\n# ; elle est d?crite par une s?quence ordonn?e de colonnes. Une table est\r\n# g?n?ralement issue d une classe ou d une asssociation.\r\ntype Table {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  complmentsdetable: String\r\n  sql: String\r\n  nomphysique: String\r\n  objetoriginepotentiel: String\r\n  dBBName: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  basededonnes(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  colonne(filter: filterColonne, orderBy: [orderByColonne]): [Colonne]\r\n  scientifiquededonnes_PersonneSystme(filter: filterPersonneSystme, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  groupementdedonnes(filter: filterGroupementdedonnes, orderBy: [orderByGroupementdedonnes]): [Groupementdedonnes]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  colonne_Colonneencluster(filter: filterColonne, orderBy: [orderByColonne]): [Colonne]\r\n}\r\n\r\ninput TableFilter {\r\n  and: [TableFilter!]\r\n  or: [TableFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  complmentsdetable: String\r\n  complmentsdetable_not: String\r\n  complmentsdetable_in: [String!]\r\n  complmentsdetable_not_in: [String!]\r\n  complmentsdetable_lt: String\r\n  complmentsdetable_lte: String\r\n  complmentsdetable_gt: String\r\n  complmentsdetable_gte: String\r\n  complmentsdetable_contains: String\r\n  complmentsdetable_not_contains: String\r\n  complmentsdetable_starts_with: String\r\n  complmentsdetable_not_starts_with: String\r\n  complmentsdetable_ends_with: String\r\n  complmentsdetable_not_ends_with: String\r\n  sql: String\r\n  sql_not: String\r\n  sql_in: [String!]\r\n  sql_not_in: [String!]\r\n  sql_lt: String\r\n  sql_lte: String\r\n  sql_gt: String\r\n  sql_gte: String\r\n  sql_contains: String\r\n  sql_not_contains: String\r\n  sql_starts_with: String\r\n  sql_not_starts_with: String\r\n  sql_ends_with: String\r\n  sql_not_ends_with: String\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String!]\r\n  nomphysique_not_in: [String!]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  objetoriginepotentiel: String\r\n  objetoriginepotentiel_not: String\r\n  objetoriginepotentiel_in: [String!]\r\n  objetoriginepotentiel_not_in: [String!]\r\n  objetoriginepotentiel_lt: String\r\n  objetoriginepotentiel_lte: String\r\n  objetoriginepotentiel_gt: String\r\n  objetoriginepotentiel_gte: String\r\n  objetoriginepotentiel_contains: String\r\n  objetoriginepotentiel_not_contains: String\r\n  objetoriginepotentiel_starts_with: String\r\n  objetoriginepotentiel_not_starts_with: String\r\n  objetoriginepotentiel_ends_with: String\r\n  objetoriginepotentiel_not_ends_with: String\r\n  dBBName: String\r\n  dBBName_not: String\r\n  dBBName_in: [String!]\r\n  dBBName_not_in: [String!]\r\n  dBBName_lt: String\r\n  dBBName_lte: String\r\n  dBBName_gt: String\r\n  dBBName_gte: String\r\n  dBBName_contains: String\r\n  dBBName_not_contains: String\r\n  dBBName_starts_with: String\r\n  dBBName_not_starts_with: String\r\n  dBBName_ends_with: String\r\n  dBBName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [TableFilter!]\r\n  documentmtier_Documentrfrenc_some: [TableFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [TableFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [TableFilter!]\r\n  basededonnes_some: [TableFilter!]\r\n  colonne_some: [TableFilter!]\r\n  scientifiquededonnes_PersonneSystme_some: [TableFilter!]\r\n  concept_Conceptapparent_some: [TableFilter!]\r\n  groupementdedonnes_some: [TableFilter!]\r\n  concept_some: [TableFilter!]\r\n  colonne_Colonneencluster_some: [TableFilter!]\r\n}\r\n\r\nenum TailleEnumFilter {\r\n  LOB\r\n  Large\r\n}\r\n\r\n# Un terme est un mot ou groupe de mots consid?r? dans sa valeur de d?signation,\r\n# en particulier dans un vocabulaire sp?cialis?.\r\ntype Terme {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  firstChar: TermeFirstCharEnum\r\n  settings: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  concepttype_Dictionnairetypeidentifi(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  concept_Dictionnairetypeidentifi(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  terme_Synonyme_Supercomposantdeconcept_Dictionnairetypeidentifi(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Dfinitiondeconcept_Supercomposantdeconcept_Dictionnairetypeidentifi(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  concepttype_Concepttypecompose_Supercomposantdeconcept_Dictionnairetypeidentifi(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  conceptdtat_Dictionnairetypeidentifi(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  concept_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetypeidentifi(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetypeidentifi(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetypeidentifi(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Dictionnairetypeidentifi(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  terme_Synonyme_Composantdeconceptcalcul_Dictionnairetypeidentifi(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Dictionnairetypeidentifi(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  conceptvnement_Dictionnairetypeidentifi(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Dictionnairetypeidentifi(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  terme_Synonyme_Composantdeconcept_Dictionnairetypeidentifi(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Concept_Composantdeconcept_Dictionnairetypeidentifi(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  concept_Conceptdtenteur_Composantdeconcept_Dictionnairetypeidentifi(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Dictionnairetypeidentifi(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Dictionnairetypeidentifi(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Dictionnairetypeidentifi(filter: filterClassificationdecomposantentitdudictionnaire, orderBy: [orderByClassificationdecomposantentitdudictionnaire]): [Classificationdecomposantentitdudictionnaire]\r\n  concepttype_Dictionnairetype(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  concept_Dictionnairetype(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  terme_Dsignation_Supercomposantdeconcept_Dictionnairetype(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Dfinitiondeconcept_Supercomposantdeconcept_Dictionnairetype(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  concepttype_Concepttypecompose_Supercomposantdeconcept_Dictionnairetype(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  conceptdtat_Dictionnairetype(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  terme_Dsignation_Composantdeconceptcalcul_Dictionnairetype(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  concept_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetype(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetype(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetype(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Dictionnairetype(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Dictionnairetype(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  conceptvnement_Dictionnairetype(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  terme_Dsignation_Composantdeconcept_Dictionnairetype(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Dictionnairetype(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  concept_Concept_Composantdeconcept_Dictionnairetype(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  concept_Conceptdtenteur_Composantdeconcept_Dictionnairetype(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Dictionnairetype(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Dictionnairetype(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Dictionnairetype(filter: filterClassificationdecomposantentitdudictionnaire, orderBy: [orderByClassificationdecomposantentitdudictionnaire]): [Classificationdecomposantentitdudictionnaire]\r\n  dictionnairemtier_Dictionnairemtierdtenteur(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n}\r\n\r\ninput TermeFilter {\r\n  and: [TermeFilter!]\r\n  or: [TermeFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  firstChar: TermeFirstCharEnum\r\n  firstChar_not: TermeFirstCharEnum\r\n  firstChar_in: [TermeFirstCharEnum!]\r\n  firstChar_not_in: [TermeFirstCharEnum!]\r\n  settings: String\r\n  settings_not: String\r\n  settings_in: [String!]\r\n  settings_not_in: [String!]\r\n  settings_lt: String\r\n  settings_lte: String\r\n  settings_gt: String\r\n  settings_gte: String\r\n  settings_contains: String\r\n  settings_not_contains: String\r\n  settings_starts_with: String\r\n  settings_not_starts_with: String\r\n  settings_ends_with: String\r\n  settings_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [TermeFilter!]\r\n  documentmtier_Documentrfrenc_some: [TermeFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [TermeFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [TermeFilter!]\r\n  concepttype_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  concept_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  terme_Synonyme_Supercomposantdeconcept_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  concept_Dfinitiondeconcept_Supercomposantdeconcept_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  concepttype_Concepttypecompose_Supercomposantdeconcept_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  conceptdtat_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  concept_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  terme_Synonyme_Composantdeconceptcalcul_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  conceptvnement_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  terme_Synonyme_Composantdeconcept_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  concept_Concept_Composantdeconcept_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  concept_Conceptdtenteur_Composantdeconcept_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Dictionnairetypeidentifi_some: [TermeFilter!]\r\n  concepttype_Dictionnairetype_some: [TermeFilter!]\r\n  concept_Dictionnairetype_some: [TermeFilter!]\r\n  terme_Dsignation_Supercomposantdeconcept_Dictionnairetype_some: [TermeFilter!]\r\n  concept_Dfinitiondeconcept_Supercomposantdeconcept_Dictionnairetype_some: [TermeFilter!]\r\n  concepttype_Concepttypecompose_Supercomposantdeconcept_Dictionnairetype_some: [TermeFilter!]\r\n  conceptdtat_Dictionnairetype_some: [TermeFilter!]\r\n  terme_Dsignation_Composantdeconceptcalcul_Dictionnairetype_some: [TermeFilter!]\r\n  concept_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetype_some: [TermeFilter!]\r\n  conceptdtat_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetype_some: [TermeFilter!]\r\n  conceptvnement_Classedtentricedunconceptdinformationmtier_Composantdeconceptcalcul_Dictionnairetype_some: [TermeFilter!]\r\n  rglededfinitiondeconcept_Rgledecalculdeconcept_Composantdeconceptcalcul_Dictionnairetype_some: [TermeFilter!]\r\n  concept_Conceptrfrenc_Composantdeconceptcalcul_Dictionnairetype_some: [TermeFilter!]\r\n  conceptvnement_Dictionnairetype_some: [TermeFilter!]\r\n  terme_Dsignation_Composantdeconcept_Dictionnairetype_some: [TermeFilter!]\r\n  conceptdtat_Etatdeconceptcompos_Composantdeconcept_Dictionnairetype_some: [TermeFilter!]\r\n  concept_Concept_Composantdeconcept_Dictionnairetype_some: [TermeFilter!]\r\n  concept_Conceptdtenteur_Composantdeconcept_Dictionnairetype_some: [TermeFilter!]\r\n  conceptdtat_Conceptdtenteur_Composantdeconcept_Dictionnairetype_some: [TermeFilter!]\r\n  conceptvnement_Conceptdtenteur_Composantdeconcept_Dictionnairetype_some: [TermeFilter!]\r\n  classificationdecomposantentitdudictionnaire_Classificationdepropritdudictionnaire_Composantdeconcept_Dictionnairetype_some: [TermeFilter!]\r\n  dictionnairemtier_Dictionnairemtierdtenteur_some: [TermeFilter!]\r\n}\r\n\r\nenum TermeFirstCharEnum {\r\n  Other\r\n  A\r\n  Z\r\n  E\r\n  R\r\n  T\r\n  Y\r\n  U\r\n  I\r\n  O\r\n  P\r\n  Q\r\n  S\r\n  D\r\n  F\r\n  G\r\n  H\r\n  J\r\n  K\r\n  L\r\n  M\r\n  W\r\n  X\r\n  C\r\n  V\r\n  B\r\n  N\r\n}\r\n\r\nenum ToutPartieEnumFilter {\r\n  Composite\r\n  No\r\n  Aggregate\r\n}\r\n\r\nenum TypeClEnumFilter {\r\n  Primary\r\n  Foreign\r\n}\r\n\r\nenum TypedassociationEnumFilter {\r\n  Aggregation\r\n  Composition\r\n}\r\n\r\n# Un type de donn?es permet de mettre en commun des caract?ristiques communes ?\r\n# plusieurs attributs. Les types de donn?es sont impl?ment?s sous forme de classes.\r\ntype Typededonnes {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  longueur: String\r\n  dcimale: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  classe_SQLDatatype(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\ninput TypededonnesFilter {\r\n  and: [TypededonnesFilter!]\r\n  or: [TypededonnesFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  longueur: String\r\n  longueur_not: String\r\n  longueur_in: [String!]\r\n  longueur_not_in: [String!]\r\n  longueur_lt: String\r\n  longueur_lte: String\r\n  longueur_gt: String\r\n  longueur_gte: String\r\n  longueur_contains: String\r\n  longueur_not_contains: String\r\n  longueur_starts_with: String\r\n  longueur_not_starts_with: String\r\n  longueur_ends_with: String\r\n  longueur_not_ends_with: String\r\n  dcimale: String\r\n  dcimale_not: String\r\n  dcimale_in: [String!]\r\n  dcimale_not_in: [String!]\r\n  dcimale_lt: String\r\n  dcimale_lte: String\r\n  dcimale_gt: String\r\n  dcimale_gte: String\r\n  dcimale_contains: String\r\n  dcimale_not_contains: String\r\n  dcimale_starts_with: String\r\n  dcimale_not_starts_with: String\r\n  dcimale_ends_with: String\r\n  dcimale_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [TypededonnesFilter!]\r\n  documentmtier_Documentrfrenc_some: [TypededonnesFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [TypededonnesFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [TypededonnesFilter!]\r\n  concept_Conceptapparent_some: [TypededonnesFilter!]\r\n  classe_SQLDatatype_some: [TypededonnesFilter!]\r\n  concept_some: [TypededonnesFilter!]\r\n}\r\n\r\nenum TypedevueEnumFilter {\r\n  Standard\r\n  Materialized\r\n}\r\n\r\nenum TypeIndexEnumFilter {\r\n  Bitmap\r\n  Uniquewherenotnull\r\n  Unique\r\n  Standard\r\n}\r\n\r\nenum UnicitEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\n# Une version de document contient le contenu du document lui-m?me. La version d\r\n# un document permet d acc?der et de r?f?rencer diff?rentes versions valides d un\r\n# m?me document. Par exemple, les r?glements juridiques ?voluent d une ann?e sur l autre. \r\ntype Versiondudocumentmtier {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  extensiondufichier: String\r\n  nomdelaversiondudocumentmtier: String\r\n  versiondedocument: String\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  concepttype_Objetdocument(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  procdurestocke_Objetdocument(filter: filterProcdurestocke, orderBy: [orderByProcdurestocke]): [Procdurestocke]\r\n  dictionnairemtier_Objetdocument(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  concept_Objetdocument(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  terme_Objetdocument(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  basededonnes_Objetdocument(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  entitMD_Objetdocument(filter: filterEntitMD, orderBy: [orderByEntitMD]): [EntitMD]\r\n  rglededfinitiondeconcept_Objetdocument(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  domainedinformationmtier_Objetdocument(filter: filterDomainedinformationmtier, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n  paquetage_Objetdocument(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n  conceptdtat_Objetdocument(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  association_Objetdocument(filter: filterAssociation, orderBy: [orderByAssociation]): [Association]\r\n  classe_Objetdocument(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  typededonnes_Objetdocument(filter: filterTypededonnes, orderBy: [orderByTypededonnes]): [Typededonnes]\r\n  conceptvnement_Objetdocument(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  individuIA_Objetdocument(filter: filterIndividuIA, orderBy: [orderByIndividuIA]): [IndividuIA]\r\n  modlededonnes_Objetdocument(filter: filterModlededonnes, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  vuephysique_Objetdocument(filter: filterVuephysique, orderBy: [orderByVuephysique]): [Vuephysique]\r\n  table_Objetdocument(filter: filterTable, orderBy: [orderByTable]): [Table]\r\n  cartedesinformationsmtier_Objetdocument(filter: filterCartedesinformationsmtier, orderBy: [orderByCartedesinformationsmtier]): [Cartedesinformationsmtier]\r\n  concepttype_Objet(filter: filterConcepttype, orderBy: [orderByConcepttype]): [Concepttype]\r\n  procdurestocke_Objet(filter: filterProcdurestocke, orderBy: [orderByProcdurestocke]): [Procdurestocke]\r\n  dictionnairemtier_Objet(filter: filterDictionnairemtier, orderBy: [orderByDictionnairemtier]): [Dictionnairemtier]\r\n  concept_Objet(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  terme_Objet(filter: filterTerme, orderBy: [orderByTerme]): [Terme]\r\n  basededonnes_Objet(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  entitMD_Objet(filter: filterEntitMD, orderBy: [orderByEntitMD]): [EntitMD]\r\n  rglededfinitiondeconcept_Objet(filter: filterRglededfinitiondeconcept, orderBy: [orderByRglededfinitiondeconcept]): [Rglededfinitiondeconcept]\r\n  domainedinformationmtier_Objet(filter: filterDomainedinformationmtier, orderBy: [orderByDomainedinformationmtier]): [Domainedinformationmtier]\r\n  paquetage_Objet(filter: filterPaquetage, orderBy: [orderByPaquetage]): [Paquetage]\r\n  conceptdtat_Objet(filter: filterConceptdtat, orderBy: [orderByConceptdtat]): [Conceptdtat]\r\n  association_Objet(filter: filterAssociation, orderBy: [orderByAssociation]): [Association]\r\n  classe_Objet(filter: filterClasse, orderBy: [orderByClasse]): [Classe]\r\n  typededonnes_Objet(filter: filterTypededonnes, orderBy: [orderByTypededonnes]): [Typededonnes]\r\n  conceptvnement_Objet(filter: filterConceptvnement, orderBy: [orderByConceptvnement]): [Conceptvnement]\r\n  individuIA_Objet(filter: filterIndividuIA, orderBy: [orderByIndividuIA]): [IndividuIA]\r\n  modlededonnes_Objet(filter: filterModlededonnes, orderBy: [orderByModlededonnes]): [Modlededonnes]\r\n  vuephysique_Objet(filter: filterVuephysique, orderBy: [orderByVuephysique]): [Vuephysique]\r\n  table_Objet(filter: filterTable, orderBy: [orderByTable]): [Table]\r\n  cartedesinformationsmtier_Objet(filter: filterCartedesinformationsmtier, orderBy: [orderByCartedesinformationsmtier]): [Cartedesinformationsmtier]\r\n  documentmtier_Document(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n}\r\n\r\ninput VersiondudocumentmtierFilter {\r\n  and: [VersiondudocumentmtierFilter!]\r\n  or: [VersiondudocumentmtierFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  extensiondufichier: String\r\n  extensiondufichier_not: String\r\n  extensiondufichier_in: [String!]\r\n  extensiondufichier_not_in: [String!]\r\n  extensiondufichier_lt: String\r\n  extensiondufichier_lte: String\r\n  extensiondufichier_gt: String\r\n  extensiondufichier_gte: String\r\n  extensiondufichier_contains: String\r\n  extensiondufichier_not_contains: String\r\n  extensiondufichier_starts_with: String\r\n  extensiondufichier_not_starts_with: String\r\n  extensiondufichier_ends_with: String\r\n  extensiondufichier_not_ends_with: String\r\n  nomdelaversiondudocumentmtier: String\r\n  nomdelaversiondudocumentmtier_not: String\r\n  nomdelaversiondudocumentmtier_in: [String!]\r\n  nomdelaversiondudocumentmtier_not_in: [String!]\r\n  nomdelaversiondudocumentmtier_lt: String\r\n  nomdelaversiondudocumentmtier_lte: String\r\n  nomdelaversiondudocumentmtier_gt: String\r\n  nomdelaversiondudocumentmtier_gte: String\r\n  nomdelaversiondudocumentmtier_contains: String\r\n  nomdelaversiondudocumentmtier_not_contains: String\r\n  nomdelaversiondudocumentmtier_starts_with: String\r\n  nomdelaversiondudocumentmtier_not_starts_with: String\r\n  nomdelaversiondudocumentmtier_ends_with: String\r\n  nomdelaversiondudocumentmtier_not_ends_with: String\r\n  versiondedocument: String\r\n  versiondedocument_not: String\r\n  versiondedocument_in: [String!]\r\n  versiondedocument_not_in: [String!]\r\n  versiondedocument_lt: String\r\n  versiondedocument_lte: String\r\n  versiondedocument_gt: String\r\n  versiondedocument_gte: String\r\n  versiondedocument_contains: String\r\n  versiondedocument_not_contains: String\r\n  versiondedocument_starts_with: String\r\n  versiondedocument_not_starts_with: String\r\n  versiondedocument_ends_with: String\r\n  versiondedocument_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  concepttype_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  procdurestocke_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  dictionnairemtier_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  concept_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  terme_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  basededonnes_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  entitMD_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  rglededfinitiondeconcept_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  domainedinformationmtier_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  paquetage_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  conceptdtat_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  association_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  classe_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  typededonnes_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  conceptvnement_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  individuIA_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  modlededonnes_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  vuephysique_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  table_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  cartedesinformationsmtier_Objetdocument_some: [VersiondudocumentmtierFilter!]\r\n  concepttype_Objet_some: [VersiondudocumentmtierFilter!]\r\n  procdurestocke_Objet_some: [VersiondudocumentmtierFilter!]\r\n  dictionnairemtier_Objet_some: [VersiondudocumentmtierFilter!]\r\n  concept_Objet_some: [VersiondudocumentmtierFilter!]\r\n  terme_Objet_some: [VersiondudocumentmtierFilter!]\r\n  basededonnes_Objet_some: [VersiondudocumentmtierFilter!]\r\n  entitMD_Objet_some: [VersiondudocumentmtierFilter!]\r\n  rglededfinitiondeconcept_Objet_some: [VersiondudocumentmtierFilter!]\r\n  domainedinformationmtier_Objet_some: [VersiondudocumentmtierFilter!]\r\n  paquetage_Objet_some: [VersiondudocumentmtierFilter!]\r\n  conceptdtat_Objet_some: [VersiondudocumentmtierFilter!]\r\n  association_Objet_some: [VersiondudocumentmtierFilter!]\r\n  classe_Objet_some: [VersiondudocumentmtierFilter!]\r\n  typededonnes_Objet_some: [VersiondudocumentmtierFilter!]\r\n  conceptvnement_Objet_some: [VersiondudocumentmtierFilter!]\r\n  individuIA_Objet_some: [VersiondudocumentmtierFilter!]\r\n  modlededonnes_Objet_some: [VersiondudocumentmtierFilter!]\r\n  vuephysique_Objet_some: [VersiondudocumentmtierFilter!]\r\n  table_Objet_some: [VersiondudocumentmtierFilter!]\r\n  cartedesinformationsmtier_Objet_some: [VersiondudocumentmtierFilter!]\r\n  documentmtier_Document_some: [VersiondudocumentmtierFilter!]\r\n}\r\n\r\n# Une vue logique est une table virtuelle dont la structure et le contenu sont\r\n# d?uits d une ou plusieurs autres tables par une requ?e SQL.\r\ntype Vuephysique {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  dfinitionSQL: String\r\n  nomphysique: String\r\n  logicalViewName: String\r\n  complmentsdevue: String\r\n  typedevue: VuephysiqueTypedevueEnum\r\n  hexaIdAbs: String\r\n  commentaire(format: StringFormat): String\r\n  documentmtier_Documentjoint(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  documentmtier_Documentrfrenc(filter: filterDocumentmtier, orderBy: [orderByDocumentmtier]): [Documentmtier]\r\n  versiondudocumentmtier_Versiondedocumentattache(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  versiondudocumentmtier_Versiondedocumentrfrence(filter: filterVersiondudocumentmtier, orderBy: [orderByVersiondudocumentmtier]): [Versiondudocumentmtier]\r\n  scientifiquededonnes_PersonneSystme(filter: filterPersonneSystme, orderBy: [orderByPersonneSystme]): [PersonneSystme]\r\n  concept_Conceptapparent(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n  basededonnes(filter: filterBasededonnes, orderBy: [orderByBasededonnes]): [Basededonnes]\r\n  concept(filter: filterConcept, orderBy: [orderByConcept]): [Concept]\r\n}\r\n\r\ninput VuephysiqueFilter {\r\n  and: [VuephysiqueFilter!]\r\n  or: [VuephysiqueFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  dfinitionSQL: String\r\n  dfinitionSQL_not: String\r\n  dfinitionSQL_in: [String!]\r\n  dfinitionSQL_not_in: [String!]\r\n  dfinitionSQL_lt: String\r\n  dfinitionSQL_lte: String\r\n  dfinitionSQL_gt: String\r\n  dfinitionSQL_gte: String\r\n  dfinitionSQL_contains: String\r\n  dfinitionSQL_not_contains: String\r\n  dfinitionSQL_starts_with: String\r\n  dfinitionSQL_not_starts_with: String\r\n  dfinitionSQL_ends_with: String\r\n  dfinitionSQL_not_ends_with: String\r\n  nomphysique: String\r\n  nomphysique_not: String\r\n  nomphysique_in: [String!]\r\n  nomphysique_not_in: [String!]\r\n  nomphysique_lt: String\r\n  nomphysique_lte: String\r\n  nomphysique_gt: String\r\n  nomphysique_gte: String\r\n  nomphysique_contains: String\r\n  nomphysique_not_contains: String\r\n  nomphysique_starts_with: String\r\n  nomphysique_not_starts_with: String\r\n  nomphysique_ends_with: String\r\n  nomphysique_not_ends_with: String\r\n  logicalViewName: String\r\n  logicalViewName_not: String\r\n  logicalViewName_in: [String!]\r\n  logicalViewName_not_in: [String!]\r\n  logicalViewName_lt: String\r\n  logicalViewName_lte: String\r\n  logicalViewName_gt: String\r\n  logicalViewName_gte: String\r\n  logicalViewName_contains: String\r\n  logicalViewName_not_contains: String\r\n  logicalViewName_starts_with: String\r\n  logicalViewName_not_starts_with: String\r\n  logicalViewName_ends_with: String\r\n  logicalViewName_not_ends_with: String\r\n  complmentsdevue: String\r\n  complmentsdevue_not: String\r\n  complmentsdevue_in: [String!]\r\n  complmentsdevue_not_in: [String!]\r\n  complmentsdevue_lt: String\r\n  complmentsdevue_lte: String\r\n  complmentsdevue_gt: String\r\n  complmentsdevue_gte: String\r\n  complmentsdevue_contains: String\r\n  complmentsdevue_not_contains: String\r\n  complmentsdevue_starts_with: String\r\n  complmentsdevue_not_starts_with: String\r\n  complmentsdevue_ends_with: String\r\n  complmentsdevue_not_ends_with: String\r\n  typedevue: VuephysiqueTypedevueEnum\r\n  typedevue_not: VuephysiqueTypedevueEnum\r\n  typedevue_in: [VuephysiqueTypedevueEnum!]\r\n  typedevue_not_in: [VuephysiqueTypedevueEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  commentaire: String\r\n  commentaire_not: String\r\n  commentaire_in: [String!]\r\n  commentaire_not_in: [String!]\r\n  commentaire_lt: String\r\n  commentaire_lte: String\r\n  commentaire_gt: String\r\n  commentaire_gte: String\r\n  commentaire_contains: String\r\n  commentaire_not_contains: String\r\n  commentaire_starts_with: String\r\n  commentaire_not_starts_with: String\r\n  commentaire_ends_with: String\r\n  commentaire_not_ends_with: String\r\n  documentmtier_Documentjoint_some: [VuephysiqueFilter!]\r\n  documentmtier_Documentrfrenc_some: [VuephysiqueFilter!]\r\n  versiondudocumentmtier_Versiondedocumentattache_some: [VuephysiqueFilter!]\r\n  versiondudocumentmtier_Versiondedocumentrfrence_some: [VuephysiqueFilter!]\r\n  scientifiquededonnes_PersonneSystme_some: [VuephysiqueFilter!]\r\n  concept_Conceptapparent_some: [VuephysiqueFilter!]\r\n  basededonnes_some: [VuephysiqueFilter!]\r\n  concept_some: [VuephysiqueFilter!]\r\n}\r\n\r\nenum VuephysiqueTypedevueEnum {\r\n  Standard\r\n  Materialized\r\n}\r\n"